Update corda version tag to 1.0.0-RC4 (#1734)

* Update corda version tag to 1.0.0-RC3

* Update corda version tag to 1.0.0-RC4

* Update build.gradle
This commit is contained in:
josecoll 2017-09-29 15:46:22 +01:00 committed by GitHub
parent 30a829adbf
commit e6c2b37f5a

View File

@ -4,7 +4,8 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release.
ext.corda_release_version = "1.0.0-RC3"
ext.corda_release_version = "1.0.0-RC4"
// Increment this on any release that changes public APIs anywhere in the Corda platform
// TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal
ext.corda_platform_version = 1