RELEASE: Bump release number on new (potential) release branch

This commit is contained in:
Katelyn Baker 2018-06-19 20:58:32 +01:00
parent d193dd85e0
commit 6bc7f5d7d8

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