From 13fe346f3550a69f6efb0077f321c165a42c6c42 Mon Sep 17 00:00:00 2001 From: Katarzyna Streich Date: Thu, 8 Jun 2017 17:53:35 +0100 Subject: [PATCH] Change version to 0.12.0 from 0.12 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3381c8f656..72603dc4b5 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { file("$projectDir/constants.properties").withInputStream { constants.load(it) } // Our version: bump this on release. - ext.corda_release_version = "0.12" + ext.corda_release_version = "0.12.0" // Increment this on any release that changes public APIs anywhere in the Corda platform // TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal ext.corda_platform_version = 1