RELEASE - Seventh release candidate

This commit is contained in:
Katelyn Baker 2019-02-19 18:47:10 +00:00
parent 37627ae256
commit fd1f3f7e97

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 = "4.0-RC06"
ext.corda_release_version = "4.0-RC07"
ext.corda_platform_version = constants.getProperty("platformVersion")
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")