From cf176806e42ddfe5bc5d2caa0cd92bc1116a42eb Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Wed, 2 Aug 2017 15:45:41 +0100 Subject: [PATCH] Bumped release to 0.14.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aff8bffd9a..668b7bb51f 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { file("$projectDir/constants.properties").withInputStream { constants.load(it) } // Our version: bump this on release. - ext.corda_release_version = "0.14-SNAPSHOT" + ext.corda_release_version = "0.14.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