Skip to content

Commit 30f0bc7

Browse files
committed
Bump veresion to 2.5.0 for release
1 parent f0fd24c commit 30f0bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: version.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ gitHeadCommitSha in ThisBuild := scala.sys.process.Process("git rev-parse --shor
33

44
// *** IMPORTANT ***
55
// One of the two "version" lines below needs to be uncommented.
6-
// ThisBuild / version := "2.4.0" // the release version
7-
ThisBuild / version := s"2.5.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
6+
ThisBuild / version := "2.5.0" // the release version
7+
//ThisBuild / version := s"2.5.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 commit comments

Comments
 (0)