From 82786b3655d477a7800d4888d9f508e301c7ccad Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Tue, 6 Mar 2018 17:06:30 +0000 Subject: [PATCH] CORDA-966 - RELEASE - Update version number to corda-4.0-snapshot --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a78020efbb..0d2d8ec9a4 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.0-SNAPSHOT" + ext.corda_release_version = "corda-4.0-snapshot" // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion") ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")