Skip to content

Commit

Permalink
Release 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Oct 23, 2023
1 parent 0d4f67c commit 40016a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.8.2 (23-10-2023)

### New Features

### Changes

- Upgrading j-system-theme-detector to 3.8.1 to fix a NPE
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.1"))
"3.8.2"))

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

0 comments on commit 40016a1

Please sign in to comment.