PATCH - 2018-10-30

This commit is contained in:
Katelyn Baker 2018-10-30 10:20:52 +00:00
parent a792dda428
commit d04482abd8

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