diff --git a/version.sbt b/version.sbt index 7d2498a34..0c50c068a 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.2" // the release version -version in ThisBuild := s"2.0.2-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version +version in ThisBuild := "2.0.2" // the release version +// version in ThisBuild := s"2.0.3-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version