RELEASE - Update vno for RC02 testing

This commit is contained in:
Kat Baker 2018-04-10 19:25:25 +01:00
parent ddec72674c
commit a047a1ed5e

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