Skip to content

Commit

Permalink
Bumped version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Dec 8, 2023
1 parent 9bb97ed commit c668e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0" // the release version
ThisBuild / version := s"2.1.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

0 comments on commit c668e81

Please sign in to comment.