From ecafdcd732865bdfaf379a62a223a90947e30b93 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Thu, 25 Oct 2012 14:30:46 -0700 Subject: [PATCH] 0.9.0-wip2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 71193c9ed..e75a159e0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject storm/storm "0.9.0-wip1" +(defproject storm/storm "0.9.0-wip2" :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"}