RELEASE - Bump vno for second release candidate

This commit is contained in:
Katelyn 2018-10-06 10:50:14 +01:00
parent 262427fc12
commit b03e262fdf

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 = "3.3-corda-RC01"
ext.corda_release_version = "3.3-corda-RC02"
// Increment this on any release that changes public APIs anywhere in the Corda platform
ext.corda_platform_version = constants.getProperty("platformVersion")