Skip to content

Commit

Permalink
Release 3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Aug 27, 2024
1 parent e623b74 commit 814d8bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### New Features

### Changes

### Bugs fixed

## 3.17.3 (27-08-2024)

### New Features

### Changes

- Use quoted-string-split on editor open commands
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,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.17.2"]`
- `[com.github.flow-storm/flow-storm-dbg "3.17.3"]`
- A slimmer version with no GUI, to use it for Clojure or ClojureScript remote debugging
- `[com.github.flow-storm/flow-storm-inst "3.17.2"]`
- `[com.github.flow-storm/flow-storm-inst "3.17.3"]`

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.17.2"))
"3.17.3"))

(def target-dir "target")
(def class-dir (str target-dir "/classes"))
Expand Down

0 comments on commit 814d8bc

Please sign in to comment.