We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262427f commit b03e262Copy full SHA for b03e262
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
5
6
// Our version: bump this on release.
7
- ext.corda_release_version = "3.3-corda-RC01"
+ ext.corda_release_version = "3.3-corda-RC02"
8
9
// Increment this on any release that changes public APIs anywhere in the Corda platform
10
ext.corda_platform_version = constants.getProperty("platformVersion")
0 commit comments