Skip to content

Commit

Permalink
Release 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Nov 8, 2023
1 parent bf80b98 commit 89890d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 89890d8

Please sign in to comment.