From 31be2a49176560f1d82053c464faa83b8dd52deb Mon Sep 17 00:00:00 2001 From: josecoll Date: Mon, 2 Oct 2017 17:12:32 +0100 Subject: [PATCH] Update corda version tag to 1.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8c0674521..82bafca5f3 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-RC4" + ext.corda_release_version = "1.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