From 0f0a918f8d6cbff30768ff09a7a1af6a44eeba11 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Tue, 24 May 2022 15:24:04 -0700 Subject: [PATCH] Bump version for 2.0.2 release --- version.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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