Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Jeandet committed May 30, 2017
2 parents ac0cd13 + 08c00dc commit 0e74a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ organization := "org.broadinstitute"

scalaVersion := "2.12.1"

val wdl4sV = "0.10-f7a345e-SNAP"
val wdl4sV = "0.12"

lazy val versionSettings = Seq(
// Upcoming release, or current if we're on the master branch
git.baseVersion := "0.11",
git.baseVersion := "0.12",

// Shorten the git commit hash
git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) },
Expand Down

0 comments on commit 0e74a06

Please sign in to comment.