Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal committed Jan 18, 2017
1 parent 4a28f37 commit 045c615
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
Expand Up @@ -3,7 +3,7 @@ name := "app-shell"
description := "A framework for creating shells/CLIs for an application."

val rawVersion = "1.0.0"
isSnapshot := true
isSnapshot := false
version := rawVersion + {if (isSnapshot.value) "-SNAPSHOT" else ""}

scalaVersion := "2.12.1"
Expand Down

0 comments on commit 045c615

Please sign in to comment.