Skip to content

Commit 1b1a563

Browse files
committed
Update cromwell version from 30 to 31
1 parent 1886642 commit 1b1a563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Version.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbt._
55

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

1010
// Adapted from SbtGit.versionWithGit
1111
def cromwellVersionWithGit: Seq[Setting[_]] =

0 commit comments

Comments
 (0)