aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2015-05-11 15:47:24 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2015-05-11 15:47:24 +0200
commit3c09d9c135a99d7374d94d8b15e0e32897607276 (patch)
tree8f33091fcd923eee265004f87b227897cba96251
parentcbe4f5ae876b41c28c72c920ce4953e096119910 (diff)
downloadKamon-3c09d9c135a99d7374d94d8b15e0e32897607276.tar.gz
Kamon-3c09d9c135a99d7374d94d8b15e0e32897607276.tar.bz2
Kamon-3c09d9c135a99d7374d94d8b15e0e32897607276.zip
Set version to 0.4.1-SHA.
-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 64767949..22edbfc8 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.4.0" \ No newline at end of file
+version in ThisBuild := "0.4.1" \ No newline at end of file
diff --git a/versionwithsha.sbt b/versionwithsha.sbt
index 4e2d5e5a..288e7948 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