From 866f07c7412b2fd293f415d1293b731da8e7324b Mon Sep 17 00:00:00 2001 From: Katelyn Date: Wed, 13 Mar 2019 23:06:51 +0000 Subject: [PATCH] RELEASE - Corda 3.4 build number --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85a1b6dbbb..777e5fdf86 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { file("$projectDir/constants.properties").withInputStream { constants.load(it) } // Our version: bump this on release. - ext.corda_release_version = "3.4-RC02" + ext.corda_release_version = "3.4-corda" // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion")