Skip to content

Commit

Permalink
Merge pull request #118 from bpitman/master
Browse files Browse the repository at this point in the history
Fix version setting
  • Loading branch information
bpitman committed Jul 9, 2015
2 parents 7582a73 + d5d5b56 commit bd179c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := sys.env getOrElse ("TRAVIS_TAG", "x.y-SNAPSHOT")
version in ThisBuild := sys.env getOrElse ("TRAVIS_TAG", "x.y-SNAPPSHOT")

0 comments on commit bd179c0

Please sign in to comment.