Skip to content

Commit

Permalink
Update cromwell version from 30 to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne committed Dec 4, 2017
1 parent 1886642 commit 1b1a563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Version.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt._

object Version {
// Upcoming release, or current if we're on a master / hotfix branch
val cromwellVersion = "30"
val cromwellVersion = "31"

// Adapted from SbtGit.versionWithGit
def cromwellVersionWithGit: Seq[Setting[_]] =
Expand Down

0 comments on commit 1b1a563

Please sign in to comment.