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 6133998 commit 866f07cCopy full SHA for 866f07c
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.4-RC02"
+ ext.corda_release_version = "3.4-corda"
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