aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2015-05-09 15:47:20 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2015-05-09 15:47:20 +0200
commitcbe4f5ae876b41c28c72c920ce4953e096119910 (patch)
tree4fa6958fd50a6f8e9211e34ef01a2b1317b337ea
parentd69f14710b1d933d58412edd63b465b13a09a9d0 (diff)
downloadKamon-cbe4f5ae876b41c28c72c920ce4953e096119910.tar.gz
Kamon-cbe4f5ae876b41c28c72c920ce4953e096119910.tar.bz2
Kamon-cbe4f5ae876b41c28c72c920ce4953e096119910.zip
Setting version to 0.4.0.v0.4.0
-rw-r--r--version.sbt2
-rw-r--r--versionwithsha.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/version.sbt b/version.sbt
index 4eb411e7..64767949 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.3.6-SNAPSHOT" \ No newline at end of file
+version in ThisBuild := "0.4.0" \ No newline at end of file
diff --git a/versionwithsha.sbt b/versionwithsha.sbt
index 288e7948..4e2d5e5a 100644
--- a/versionwithsha.sbt
+++ b/versionwithsha.sbt
@@ -1,5 +1,5 @@
// This file has a sensitive filename. It MUST be loaded after version.sbt, so it can rely in sbt-release version
-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) \ No newline at end of file