CORDA-966 - RELEASE - Update version number for RC03 (#2774)

This commit is contained in:
Katelyn Baker 2018-03-08 23:07:26 +00:00 committed by GitHub
parent a3357c3524
commit 5e6d3c3859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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