Skip to content

Commit

Permalink
Bump version to 0.4.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
okumin committed Aug 6, 2017
1 parent 792a127 commit cadffd8
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 @@ -37,7 +37,7 @@ lazy val influentJavaSample = (project in file("influent-java-sample"))

lazy val commonSettings = Seq(
organization := "com.okumin",
version := "0.3.0",
version := "0.4.0-M1",
scalaVersion := "2.11.11",
fork in Test := true,
javacOptions in (Compile, doc) ++= Seq("-locale", "en_US"),
Expand Down

0 comments on commit cadffd8

Please sign in to comment.