Skip to content

Commit 7374772

Browse files
author
Katelyn Baker
committed
RELEASE: Bump RC number
1 parent 95ea150 commit 7374772

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 = "3.2-corda-RC01"
7+
ext.corda_release_version = "3.2-corda-RC02"
88

99
// Increment this on any release that changes public APIs anywhere in the Corda platform
1010
ext.corda_platform_version = constants.getProperty("platformVersion")

0 commit comments

Comments
 (0)