diff --git a/build.gradle b/build.gradle index a2bd2a028d..60aae557be 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,8 @@ buildscript { file("$projectDir/constants.properties").withInputStream { constants.load(it) } // Our version: bump this on release. - ext.corda_release_version = "corda-3.0-RC03" + ext.corda_release_version = "corda-3.0" + // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion") ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")