diff --git a/build.clj b/build.clj index 65e471f..57c16f8 100644 --- a/build.clj +++ b/build.clj @@ -17,7 +17,7 @@ [org.corfield.build :as bb])) (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 snapshot (the-version "999-SNAPSHOT"))