Skip to content

Commit

Permalink
RELEASE: Bump release version for RC (corda#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katelyn Baker authored and benabineri committed Feb 23, 2018
1 parent a4f6760 commit 4157c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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-HC02"
ext.corda_release_version = "corda-3.0-RC01"
// 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")
Expand Down

0 comments on commit 4157c25

Please sign in to comment.