diff --git a/build.sbt b/build.sbt index 8591e0e..d393765 100644 --- a/build.sbt +++ b/build.sbt @@ -8,11 +8,11 @@ organization := "org.broadinstitute" scalaVersion := "2.12.1" -val wdl4sV = "0.10-f7a345e-SNAP" +val wdl4sV = "0.12" lazy val versionSettings = Seq( // Upcoming release, or current if we're on the master branch - git.baseVersion := "0.11", + git.baseVersion := "0.12", // Shorten the git commit hash git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) },