aboutsummaryrefslogtreecommitdiff
path: root/versionwithsha.sbt
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 /versionwithsha.sbt
parentcbe4f5ae876b41c28c72c920ce4953e096119910 (diff)
downloadKamon-3c09d9c135a99d7374d94d8b15e0e32897607276.tar.gz
Kamon-3c09d9c135a99d7374d94d8b15e0e32897607276.tar.bz2
Kamon-3c09d9c135a99d7374d94d8b15e0e32897607276.zip
Set version to 0.4.1-SHA.
Diffstat (limited to 'versionwithsha.sbt')
-rw-r--r--versionwithsha.sbt2
1 files changed, 1 insertions, 1 deletions
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