From c143f924448eae04450796552e8b75d7a6f590cc Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Wed, 17 Oct 2018 11:40:14 +0100 Subject: [PATCH] RELEASE - post 3.3 release bump of build-no --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dd78054ad1..013df15825 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.3-corda" + ext.corda_release_version = "3.4-corda-snapshot" // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion")