From c4e4bb684575147cfcf3d9f83eed9deca883e952 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Tue, 16 Jul 2024 11:03:18 -0400 Subject: [PATCH] Updated version to 2.3.1 Snapshot --- version.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.sbt b/version.sbt index 8b3b9edb0..70c132983 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.3.0" // the release version -// ThisBuild / version := s"2.3.1-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version +// ThisBuild / version := "2.3.0" // the release version +ThisBuild / version := s"2.3.1-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version