mirror of
https://github.com/corda/corda.git
synced 2024-12-26 08:01:09 +00:00
RELEASE - Inc build number for 2nd RC candidate of 4.0
This commit is contained in:
parent
131fcc65de
commit
218a92c866
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user