aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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