Permalink
Browse files

Merge branch 'develop'

  • Loading branch information...
2 parents ac0cd13 + 08c00dc commit 0e74a06a6be22aad99e50ff37385bb0eb75a4921 @Horneth Horneth committed May 30, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 build.sbt
View
@@ -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) },

0 comments on commit 0e74a06

Please sign in to comment.