From 573210486d6cb3f234e1a017c4b26ae12bb5e9bb Mon Sep 17 00:00:00 2001 From: Patrick Kuo Date: Wed, 16 May 2018 14:40:47 +0100 Subject: [PATCH] snapshot should be all uppercase (#3123) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b2136ccf87..5c1db73817 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 = "corda-4.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")