RELEASE - Post V3.1 update vno to 3.2-corda-snapshot

This commit is contained in:
Katelyn Baker 2018-04-11 16:58:05 +01:00
parent e2c8346e31
commit 503071a9fc

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