storm 0.8.2
diff --git a/project.clj b/project.clj
index 9f3965b..dd5a29f 100644
--- a/project.clj
+++ b/project.clj
@@ -3,7 +3,7 @@
   (do (println (str "ERROR: requires Leiningen 1.x but you are using " lein-version))
     (System/exit 1)))
 
-(defproject storm "0.8.2-wip22"
+(defproject storm "0.8.2"
   :source-path "src/clj"
   :test-path "test/clj"
   :java-source-path "src/jvm"