Skip to content

Commit

Permalink
Bump version (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masuzu authored Dec 1, 2018
1 parent b768b35 commit 9f27b04
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.4.6"
val VERSION = "0.4.7"

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

0 comments on commit 9f27b04

Please sign in to comment.