Skip to content

Commit 17de5be

Browse files
author
Katelyn Baker
authored
CORDA-966 - RELEASE - Rename current build version to reflect health check status (corda#2556)
1 parent 27fb4b8 commit 17de5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
55

66
// Our version: bump this on release.
7-
ext.corda_release_version = "corda-3.0"
7+
ext.corda_release_version = "corda-3.0-HC02"
88
// Increment this on any release that changes public APIs anywhere in the Corda platform
99
ext.corda_platform_version = constants.getProperty("platformVersion")
1010
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")

0 commit comments

Comments
 (0)