diff --git a/version.sbt b/version.sbt index e3c806f55..f90b48439 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 := "2.0.0" // the release version -version in ThisBuild := s"2.0.1-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version +version in ThisBuild := "2.0.1" // the release version +// version in ThisBuild := s"2.0.1-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version