Skip to content

Commit

Permalink
Setting version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Aug 31, 2015
1 parent 0e50159 commit e248368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.5.1-SNAPSHOT"
version in ThisBuild := "0.5.1"
2 changes: 1 addition & 1 deletion 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)

0 comments on commit e248368

Please sign in to comment.