Skip to content

Commit b71528a

Browse files
committed
Bump version to 1.5.0 for release.
1 parent 75bc7a8 commit b71528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.sbt

Lines changed: 1 addition & 1 deletion
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 := "1.4.0" // the release version
6+
version in ThisBuild := "1.5.0" // the release version
77
// version in ThisBuild := s"1.5.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 commit comments

Comments
 (0)