From 589b5d5b73722b924dd9d75e5d4b6b5b1a0caabf Mon Sep 17 00:00:00 2001 From: Sylvain Pendino Date: Wed, 16 May 2018 16:27:36 +0200 Subject: [PATCH] Bump version number for release 0.3.12 (#285) previous version (0.3.11) was corrupted --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6425462ef..65234f143 100644 --- a/build.sbt +++ b/build.sbt @@ -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",