From b910ba0c4e51e7401e07caaff09f88d7984b8f02 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Fri, 21 Sep 2018 11:36:08 +0100 Subject: [PATCH] RELEASE: Ready to cut 3.3 RC01 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7754413dcf..b56e33d73a 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.3-corda-snapshot" + ext.corda_release_version = "3.3-corda-RC01" // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion")