From 6bc7f5d7d8b2da52fbd0ec31020e7aa279deac2d Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Tue, 19 Jun 2018 20:58:32 +0100 Subject: [PATCH] RELEASE: Bump release number on new (potential) release branch --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 37b809581f..11a8528869 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 = "3.1-corda" + ext.corda_release_version = "3.2-corda-RC01" // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion")