Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
brettatoms committed Nov 23, 2024
1 parent c3fe09b commit aa136a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

* 0.4.xx -- Unreleased
* Enable malli coercion by default

* 0.3.38 -- 2024-11-17
* Change middleware order so context is available in *request*

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 @@

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

(defn- version-base [patch] (format "0.3.%s" patch))
(defn- version-base [patch] (format "0.4.%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 aa136a4

Please sign in to comment.