RELEASE - 3.4 release candidate

This commit is contained in:
Katelyn Baker 2019-02-22 13:56:19 +00:00
parent 492f54d6fe
commit 8c8f82e6b0

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