We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5429c commit 03fe216Copy full SHA for 03fe216
project/Version.scala
@@ -6,7 +6,7 @@ import com.github.sbt.git.SbtGit
6
7
object Version {
8
// Upcoming release, or current if we're on a master / hotfix branch
9
- val cromwellVersion = "88"
+ val cromwellVersion = "${NEXT_VERSION}"
10
11
sealed trait BuildType
12
case object Snapshot extends BuildType
0 commit comments