bump version to 2.3.x for next release
This commit is contained in:
parent
8c8b05e67f
commit
afa5c6af99
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue