Skip to content

Commit

Permalink
Bump version for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Apr 4, 2022
1 parent a96cdd7 commit 9854cee
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.
version in ThisBuild := "2.0.0-beta1" // the release version
// version in ThisBuild := s"2.0.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
version in ThisBuild := "2.0.0" // the release version
// version in ThisBuild := s"2.0.1-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 comments on commit 9854cee

Please sign in to comment.