From ee660e1b2cdfe50c49dbd2528aafa7cc7d5d4d44 Mon Sep 17 00:00:00 2001 From: Guillaume Bort Date: Fri, 8 Sep 2017 12:31:59 +0200 Subject: [PATCH] Release 0.1.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c10e13cfd..ccc1be7b4 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.1.12" +val VERSION = "0.1.13" lazy val commonSettings = Seq( organization := "com.criteo.cuttle",