Skip to content

Commit

Permalink
release 0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
brettatoms committed Oct 30, 2024
1 parent 41c187d commit 02eb40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

* 0.1.xx - unreleased
* 0.2.25 -- 2024-10-30
* remove `zodiac.core/options-from-env`

* 0.1.19
* 0.1.19 -- 2024-10-29
* First publicly announced version
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def lib 'com.github.brettatoms/zodiac)

(defn- version-base [patch] (format "0.1.%s" patch))
(defn- version-base [patch] (format "0.2.%s" patch))
(def version (version-base (b/git-count-revs nil)))
(def snapshot (version-base "9999-SNAPSHOT"))
(def class-dir "target/classes")
Expand Down

0 comments on commit 02eb40f

Please sign in to comment.