Permalink
Browse files

Update wdltool version from 0.13 to 0.14

  • Loading branch information...
1 parent 20205f1 commit 7cb6b1d1b957175ab126e08c13425f5794708c79 @ruchim ruchim committed with ruchim Jun 30, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.sbt
View
@@ -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) },

0 comments on commit 7cb6b1d

Please sign in to comment.