aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2016-03-29 00:27:58 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2016-03-29 00:27:58 +0200
commit44702c35cf4b0a05bf9961e38fee44553324133f (patch)
treeaec01caa4126475d1a64c4fa477d2ae054b35851
parentf51c407406d0ecbbaf09120f4a5bde880d468cd4 (diff)
downloadKamon-44702c35cf4b0a05bf9961e38fee44553324133f.tar.gz
Kamon-44702c35cf4b0a05bf9961e38fee44553324133f.tar.bz2
Kamon-44702c35cf4b0a05bf9961e38fee44553324133f.zip
Setting version to 0.6.1-SNAPSHOT
-rw-r--r--version.sbt2
-rw-r--r--zersion.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/version.sbt b/version.sbt
index 0512f161..f608fd1d 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.6.0"
+version in ThisBuild := "0.6.1-SNAPSHOT"
diff --git a/zersion.sbt b/zersion.sbt
index c3d8c647..38f6e5e9 100644
--- a/zersion.sbt
+++ b/zersion.sbt
@@ -1,6 +1,6 @@
// This file has a sensitive filename. It MUST be loaded after version.sbt, so it can rely in sbt-release version
// Even while the name seems a typo, that "ensures" that it will be loaded as expected.
-//version in ThisBuild := VersionWithSHA.kamonVersionWithSHA((version in ThisBuild).value)
+version in ThisBuild := VersionWithSHA.kamonVersionWithSHA((version in ThisBuild).value)
isSnapshot in ThisBuild := VersionWithSHA.kamonIsSnapshot((version in ThisBuild).value)