Skip to content

Commit

Permalink
Merge pull request phaller#131 from phaller/issue/build-version
Browse files Browse the repository at this point in the history
Fix build version
  • Loading branch information
phaller authored Mar 30, 2018
2 parents ef699b3 + c5e5c66 commit 4f05e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._ // see project/Dependencies.scala
import Util._ // see project/Util.scala

val buildVersion = "0.2.0-Snapshot"
val buildVersion = "0.2.0-SNAPSHOT"

def commonSettings = Seq(
version in ThisBuild := buildVersion,
Expand Down

0 comments on commit 4f05e92

Please sign in to comment.