RELEASE - Post release bump corda version

This commit is contained in:
Katelyn Baker 2018-07-24 14:17:15 +01:00
parent 2bea665af2
commit 6453f2e053

View File

@ -4,7 +4,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) } file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release. // Our version: bump this on release.
ext.corda_release_version = "3.2-corda" ext.corda_release_version = "3.X-corda-snapshot"
// Increment this on any release that changes public APIs anywhere in the Corda platform // Increment this on any release that changes public APIs anywhere in the Corda platform
ext.corda_platform_version = constants.getProperty("platformVersion") ext.corda_platform_version = constants.getProperty("platformVersion")