RELEASE - Bump potential build number

Given we released 3.2-corda from the release-V3.X branch bump
the version number here for the next release.
This commit is contained in:
Katelyn Baker 2018-07-24 14:23:31 +01:00
parent 521c1e3e08
commit 1c5ae15fa4

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