RELEASE - Inc build number for 2nd RC candidate of 4.0

This commit is contained in:
Katelyn Baker 2019-01-16 22:13:44 +00:00
parent 131fcc65de
commit 218a92c866

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 = "4.0-RC01"
ext.corda_release_version = "4.0-RC02"
ext.corda_platform_version = constants.getProperty("platformVersion")
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")