Skip to content

Commit

Permalink
Bump version number for release 0.3.12 (#285)
Browse files Browse the repository at this point in the history
previous version (0.3.11) was corrupted
  • Loading branch information
bubblesly authored May 16, 2018
1 parent 7db3eac commit 589b5d5
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.3.11"
val VERSION = "0.3.12"

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

0 comments on commit 589b5d5

Please sign in to comment.