REVIEW: Final release vno

This commit is contained in:
Katelyn Baker 2018-04-11 13:08:15 +01:00
parent 673d8cbf2a
commit d193dd85e0

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