From afa5c6af99c24579681fbad2938f7ebcceae9d5f Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 30 Apr 2022 22:04:50 -0700 Subject: [PATCH] bump version to 2.3.x for next release --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))