From 9c7e681e5723d2586dcdc7a5a794041795c48ae6 Mon Sep 17 00:00:00 2001 From: tfenne Date: Fri, 1 Nov 2024 08:50:50 -0600 Subject: [PATCH] Bump version for release. --- version.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.sbt b/version.sbt index 70c132983..f35e043aa 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.4.0" // the release version +// ThisBuild / version := s"2.5.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version