From 09b819528d3447576f909dd9b4e12d15a3f99564 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Sun, 23 Jan 2022 20:17:20 -0600 Subject: [PATCH] Bump minor version of project --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index d4f2ea4..c0df6d7 100644 --- a/build.clj +++ b/build.clj @@ -17,7 +17,7 @@ [clojure.tools.build.api :as b])) (def lib-coord 'org.suskalo/coffi) -(def version (format "0.3.%s" (b/git-count-revs nil))) +(def version (format "0.4.%s" (b/git-count-revs nil))) (def resource-dirs ["resources/"])