Skip to content

Commit

Permalink
bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brettatoms committed Oct 12, 2024
1 parent 895e15e commit 5a44dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'com.github.brettatoms/zodiac)
(def version (format "0.0.3"))
(def version (format "0.0.4"))
(def snapshot (str version "-SNAPSHOT"))
(def class-dir "target/classes")
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand Down

0 comments on commit 5a44dfe

Please sign in to comment.