REVIEW: Update bno for release

This commit is contained in:
Katelyn Baker 2018-07-18 13:55:14 +01:00
parent 8a205934b3
commit baeb72366c

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