RELEASE - Create patch release branch for 1847 and update vno

This commit is contained in:
Katelyn Baker 2018-07-25 16:41:20 +01:00
parent d75da5363a
commit 0df35a1aec

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