RELEASE - 3rd release candidate

This commit is contained in:
Katelyn Baker 2019-01-24 23:26:12 +00:00
parent b51d8d70e1
commit dd002ee38a

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