From 9c475fdb06e4f05a2a5eabe9006e0facb31726b5 Mon Sep 17 00:00:00 2001 From: tfenne Date: Fri, 8 Dec 2023 16:01:18 -0700 Subject: [PATCH] Updated version to 2.2.1 Snapshot. --- version.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.sbt b/version.sbt index cd89d01f3..37af9797e 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. -ThisBuild / version := "2.2.0" // the release version -// ThisBuild / version := s"2.2.1-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version +// ThisBuild / version := "2.2.0" // the release version +ThisBuild / version := s"2.2.1-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version