From 0df35a1aecad64b7328bee5309ee2166218f0568 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Wed, 25 Jul 2018 16:41:20 +0100 Subject: [PATCH] RELEASE - Create patch release branch for 1847 and update vno --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 400a8a7989..ca42cc912e 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" + ext.corda_release_version = "3.2.1847-corda" // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion")