aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2015-08-17 01:26:02 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2015-08-17 01:26:02 +0200
commitcb7d0585617b54e8cc1220dfba6de11c8c988581 (patch)
tree6b84d46cf228a3273263247adae2053a8dd3efb5
parentff8f74c46b6fee4bb7835f46342deba47ce6d421 (diff)
downloadKamon-cb7d0585617b54e8cc1220dfba6de11c8c988581.tar.gz
Kamon-cb7d0585617b54e8cc1220dfba6de11c8c988581.tar.bz2
Kamon-cb7d0585617b54e8cc1220dfba6de11c8c988581.zip
Setting version to 0.5.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 0d6d27c4..7338ce76 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.5.0"
+version in ThisBuild := "0.5.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)