Compare commits

...

1 Commits

Author SHA1 Message Date
Sebastian Crane b1079768ee Set version in build system to 1.1.1-SNAPSHOT
Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-05-14 14:03:59 +01:00
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"))