From 887dc68a456220a211d1c52270131ac646286607 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Tue, 14 Nov 2017 10:29:59 +0000 Subject: [PATCH] RELEASE - Increment Platform Version Number (#2040) Takes account of the observer node addition in the release of V2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 699cd26c9a..878df9405e 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { ext.corda_release_version = "3.0-SNAPSHOT" // Increment this on any release that changes public APIs anywhere in the Corda platform // TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal - ext.corda_platform_version = 1 + ext.corda_platform_version = 2 ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion") // Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.