From 065a494e0dc5f4580ee18c25b2a15835a394bab1 Mon Sep 17 00:00:00 2001 From: josecoll Date: Mon, 16 Jul 2018 11:37:05 +0100 Subject: [PATCH] Allign version identifier with OS and Enterprise 3.0 release. (#1253) Was X.Y.Z, now X.Y --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ddd9e039f..48c4c91418 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { file("$projectDir/constants.properties").withInputStream { constants.load(it) } // Our version: bump this on release. - ext.corda_release_version = "4.0.0-SNAPSHOT" + ext.corda_release_version = "4.0-SNAPSHOT" ext.corda_release_distribution = "com.r3.corda" // Increment this on any release that changes public APIs anywhere in the Corda platform