diff --git a/build.sbt b/build.sbt index 2e1c112..07efa1e 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val wdl4sV = "0.13" lazy val versionSettings = Seq( // Upcoming release, or current if we're on the master branch - git.baseVersion := "0.13", + git.baseVersion := "0.14", // Shorten the git commit hash git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) },