Permalink
Browse files

Merge branch 'develop'

  • Loading branch information...
2 parents 6c1a59e + afcd04d commit ac0cd13f1b37ec77105fb0d7921bdf1a16286429 @Horneth Horneth committed May 30, 2017
Showing with 2 additions and 1 deletion.
  1. +1 −0 .pullapprove.yml
  2. +1 −1 build.sbt
View
@@ -8,6 +8,7 @@ reviewers:
- Horneth
- cjllanwarne
- geoffjentry
+ - jsotobroad
- katevoss
- kcibul
- kshakir
View
@@ -12,7 +12,7 @@ val wdl4sV = "0.10-f7a345e-SNAP"
lazy val versionSettings = Seq(
// Upcoming release, or current if we're on the master branch
- git.baseVersion := "0.10",
+ git.baseVersion := "0.11",
// Shorten the git commit hash
git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) },

0 comments on commit ac0cd13

Please sign in to comment.