Browse Source

Set version in build system to 1.1.1-SNAPSHOT

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
master
Sebastian Crane 11 months ago
parent
commit
b1079768ee
  1. 2
      build.clj

2
build.clj

@ -6,7 +6,7 @@ @@ -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"))

Loading…
Cancel
Save