Set version to 0.11.1.

This commit is contained in:
Chris Rankin 2017-05-11 00:25:52 +01:00
parent 8f275772fa
commit 5ceb527f3f

View File

@ -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