Skip to content

Commit

Permalink
Bumps version (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dufrannea authored Aug 24, 2017
1 parent 0186ace commit edd49b3
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 @@
val devMode = settingKey[Boolean]("Some build optimization are applied in devMode.")
val writeClasspath = taskKey[File]("Write the project classpath to a file.")

val VERSION = "0.1.10"
val VERSION = "0.1.11"

lazy val commonSettings = Seq(
organization := "com.criteo.cuttle",
Expand Down

0 comments on commit edd49b3

Please sign in to comment.