Skip to content

Commit

Permalink
Merge pull request #94 from cburroughs/fix-appVersion
Browse files Browse the repository at this point in the history
align appVersion with reality
  • Loading branch information
bmatheny committed Jun 7, 2013
2 parents f6e234a + 7f379d0 commit c0b0646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PlayProject._
object ApplicationBuild extends Build {

val appName = "collins"
val appVersion = "1.2.1"
val appVersion = "1.2.4-SNAPSHOT"

val appDependencies = Seq()

Expand Down

0 comments on commit c0b0646

Please sign in to comment.