RELEASE: Bump RC number for RC04

This commit is contained in:
Katelyn Baker 2019-02-06 11:14:38 +00:00
parent 2868984364
commit 2f66eef846

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