RELEASE - post 3.3 release bump of build-no

This commit is contained in:
Katelyn Baker 2018-10-17 11:40:14 +01:00
parent 432191389c
commit c143f92444

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