Skip to content

Commit

Permalink
Setting version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed May 9, 2015
1 parent d69f147 commit cbe4f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.6-SNAPSHOT"
version in ThisBuild := "0.4.0"
2 changes: 1 addition & 1 deletion versionwithsha.sbt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit cbe4f5a

Please sign in to comment.