mirror of
https://github.com/corda/corda.git
synced 2024-12-20 13:33:12 +00:00
RELEASE: Set RC version number
This commit is contained in:
parent
5b34020e59
commit
477a46c61c
@ -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-SNAPSHOT"
|
||||
ext.corda_release_version = "4.0-RC01"
|
||||
ext.corda_platform_version = constants.getProperty("platformVersion")
|
||||
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")
|
||||
|
||||
@ -472,4 +472,4 @@ wrapper {
|
||||
buildScan {
|
||||
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
|
||||
termsOfServiceAgree = 'yes'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user