From 4b42600f6a59c1ce300d75bee6a832c95d2efdf9 Mon Sep 17 00:00:00 2001 From: josecoll Date: Thu, 21 Dec 2017 11:58:48 +0000 Subject: [PATCH] Update master release build label to reflect snapshot. (#209) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2da8daa2e8..aba2e4bb33 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-ENT-RC01" + ext.corda_release_version = "3.0-ENT-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")