Bumped release to 0.14.0

This commit is contained in:
Clinton Alexander 2017-08-02 15:45:41 +01:00
parent a5d41e0dc2
commit cf176806e4

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.14-SNAPSHOT"
ext.corda_release_version = "0.14.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
ext.corda_platform_version = 1