From 218a92c866eb86754c0d939cd373be432e606e3c Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Wed, 16 Jan 2019 22:13:44 +0000 Subject: [PATCH] RELEASE - Inc build number for 2nd RC candidate of 4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cde1d85031..89727b976c 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 = "4.0-RC01" + ext.corda_release_version = "4.0-RC02" ext.corda_platform_version = constants.getProperty("platformVersion") ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")