bump version to 2.3.x for next release

This commit is contained in:
Sean Corfield 2022-04-30 22:04:50 -07:00
parent 8c8b05e67f
commit afa5c6af99

View file

@ -17,7 +17,7 @@
[org.corfield.build :as bb])) [org.corfield.build :as bb]))
(def lib 'com.github.seancorfield/honeysql) (def lib 'com.github.seancorfield/honeysql)
(defn- the-version [patch] (format "2.2.%s" patch)) (defn- the-version [patch] (format "2.3.%s" patch))
(def version (the-version (b/git-count-revs nil))) (def version (the-version (b/git-count-revs nil)))
(def snapshot (the-version "999-SNAPSHOT")) (def snapshot (the-version "999-SNAPSHOT"))