From 6f53b95137020405ebf383d6da1d5f647fafa7aa Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Tue, 8 Jan 2013 12:53:19 -0800 Subject: [PATCH] 0.9.0-wip13 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4afbd173e..8fa0bde79 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject storm/storm "0.9.0-wip12" +(defproject storm/storm "0.9.0-wip13" :url "http://storm-project.clj" :description "Distributed and fault-tolerant realtime computation" :license {:name "Eclipse Public License - Version 1.0" :url "https://github.com/nathanmarz/storm/blob/master/LICENSE.html"}