Skip to content

Commit b00b31f

Browse files
committed
Bumped vresion to 1.0.0 for release.
1 parent 87f4b88 commit b00b31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.sbt

Lines changed: 2 additions & 2 deletions
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-
// version in ThisBuild := "0.7.0" // the release version
7-
version in ThisBuild := s"0.8.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
6+
version in ThisBuild := "1.0.0" // the release version
7+
// version in ThisBuild := s"0.8.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 commit comments

Comments
 (0)