RELEASE: swap version number around

Was corda-3.1 now it's 3.1-corda

should work better with external tools
This commit is contained in:
Katelyn 2018-04-06 17:21:02 +01:00
parent de13c9030c
commit b158102b10

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