Skip to content

Commit ca4fc49

Browse files
committed
Set version to 0.6.0
1 parent 18d255b commit ca4fc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val playVer = "2.6.9"
55
lazy val commonSettings = Seq(
66
organization := "com.whisk",
77
scalaVersion := "2.12.6",
8-
version := "0.5.0.rc2",
8+
version := "0.6.0",
99
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
1010
publishMavenStyle := true,
1111
credentials += Credentials(Path.userHome / ".m2" / ".credentials"),

0 commit comments

Comments
 (0)