From b1a197064b6e948518b26d9ad8551ba57c9fa776 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Mon, 6 Nov 2017 10:15:42 +0000 Subject: [PATCH] RELEASE - Update version number --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6feaef1f35..b1a4ff9006 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.0.0" + ext.corda_release_version = "2.0.0" // 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