Skip to content

Commit 033decd

Browse files
committed
chore: release 3.1.0
1 parent 7e51969 commit 033decd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ gitHeadCommitSha in ThisBuild := scala.sys.process.Process("git rev-parse --shor
44
// *** IMPORTANT ***
55
val _version = "3.1.0"
66
// One of the two "version" lines below needs to be uncommented.
7-
// ThisBuild / version := _version // the release version
8-
ThisBuild / version := s"${_version}-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
7+
ThisBuild / version := _version // the release version
8+
//ThisBuild / version := s"${_version}-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 commit comments

Comments
 (0)