From 86ede6f92852ab841f80a57081c2dc58d3f3ab15 Mon Sep 17 00:00:00 2001 From: Clinton Date: Fri, 13 Oct 2017 12:21:48 +0100 Subject: [PATCH] Upgraded to 2.0-SNAPSHOT since current changes are for 2.0 (#1880) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca5904ba95..70abd216ca 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 = "1.1-SNAPSHOT" + ext.corda_release_version = "2.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