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