Set version in build system to 1.1.1-SNAPSHOT

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
This commit is contained in:
Sebastian Crane 2022-05-14 14:02:51 +01:00
parent 9ed4b34083
commit b1079768ee
1 changed files with 1 additions and 1 deletions

View File

@ -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"))