Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Updated version to 0.5.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Nov 6, 2018
1 parent 6605894 commit 1df8b31
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 @@ -4,5 +4,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 := "0.4.0" // the release version
version in ThisBuild := s"0.5.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version
version in ThisBuild := "0.5.0" // the release version
// version in ThisBuild := s"0.5.0-${gitHeadCommitSha.value}-SNAPSHOT" // the snapshot version

0 comments on commit 1df8b31

Please sign in to comment.