From b1079768ee1006f250d7a6e7325e9d1deb0c3f15 Mon Sep 17 00:00:00 2001 From: Sebastian Crane Date: Sat, 14 May 2022 14:02:51 +0100 Subject: [PATCH] Set version in build system to 1.1.1-SNAPSHOT Signed-off-by: Sebastian Crane --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index 97558d4..e0110f8 100644 --- a/build.clj +++ b/build.clj @@ -6,7 +6,7 @@ [tools-pom.tasks :as pom])) (def application 'org.libregaming/matchbot) -(def version "1.1.0") +(def version "1.1.1-SNAPSHOT") (def src-dirs ["src"]) (def target-dir "target") (def class-dir (format "%s/%s" target-dir "classes"))