RELEASE: Bump release version for RC (#2618)

This commit is contained in:
Katelyn Baker 2018-02-23 10:48:01 +00:00 committed by Ben Abineri
parent a4f67602dd
commit 4157c25bd3

View File

@ -4,7 +4,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release.
ext.corda_release_version = "corda-3.0-HC02"
ext.corda_release_version = "corda-3.0-RC01"
// 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")