From 7cb6b1d1b957175ab126e08c13425f5794708c79 Mon Sep 17 00:00:00 2001 From: Ruchi Munshi Date: Fri, 30 Jun 2017 13:27:46 -0400 Subject: [PATCH] Update wdltool version from 0.13 to 0.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) },