Skip to content

Commit

Permalink
CORDA-966 - RELEASE - Update version number for RC03 (corda#2774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katelyn Baker authored Mar 8, 2018
1 parent a3357c3 commit 5e6d3c3
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-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")
Expand Down

0 comments on commit 5e6d3c3

Please sign in to comment.