From 1c5ae15fa45ec3c57d3cb6752f518d7867db4eb1 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Tue, 24 Jul 2018 14:23:31 +0100 Subject: [PATCH] RELEASE - Bump potential build number Given we released 3.2-corda from the release-V3.X branch bump the version number here for the next release. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 33d640a976..28ed4a6000 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.2-corda-snapshot" + ext.corda_release_version = "3.3-corda-snapshot" // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion")