diff --git a/Readme.md b/Readme.md index cbba077d..73bcdcb3 100644 --- a/Readme.md +++ b/Readme.md @@ -20,9 +20,9 @@ You use it by swapping the official Clojure compiler by ClojureStorm at dev time FlowStorm latest stable releases : - The complete debugger (includes `flow-storm-inst`) - - `[com.github.flow-storm/flow-storm-dbg "3.8.3"]` + - `[com.github.flow-storm/flow-storm-dbg "3.8.4"]` - A slimmer version with no GUI, to use it for Clojure or ClojureScript remote debugging - - `[com.github.flow-storm/flow-storm-inst "3.8.3"]` + - `[com.github.flow-storm/flow-storm-inst "3.8.4"]` ClojureStorm latest stable releases : diff --git a/build.clj b/build.clj index 99ec56cb..bb0829c3 100644 --- a/build.clj +++ b/build.clj @@ -5,7 +5,7 @@ [clojure.spec.alpha :as s])) (def version (or (System/getenv "VERSION") - "3.8.4-SNAPSHOT")) + "3.8.4")) (def target-dir "target") (def class-dir (str target-dir "/classes"))