diff --git a/version.sbt b/version.sbt index 4d45315..3a6490d 100644 --- a/version.sbt +++ b/version.sbt @@ -3,5 +3,5 @@ gitHeadCommitSha in ThisBuild := scala.sys.process.Process("git rev-parse --shor // *** IMPORTANT *** // One of the two "version" lines below needs to be uncommented. -//version in ThisBuild := "1.3.0" // the release version - version in ThisBuild := s"1.3.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version +version in ThisBuild := "1.3.0" // the release version +//version in ThisBuild := s"1.4.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version