From 5ceb527f3f92d06d28663379bd2148a959c1b498 Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Thu, 11 May 2017 00:25:52 +0100 Subject: [PATCH] Set version to 0.11.1. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 405ec92564..138dabb060 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 = "0.11.0" + ext.corda_release_version = "0.11.1" // 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