change to 0.14-SNAPSHOT (#928)

This commit is contained in:
Konstantinos Chalkias 2017-06-28 15:55:43 +01:00 committed by GitHub
parent 75e82094a2
commit bd08d6c6f8
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release.
ext.corda_release_version = "0.13-SNAPSHOT"
ext.corda_release_version = "0.14-SNAPSHOT"
// 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

View File

@ -84,7 +84,6 @@ support for more currencies to the DemoBench and Explorer tools.
to specify for individual nodes.
* Dependencies changes:
* Upgraded Kotlin to v1.1.2.
* Upgraded Dokka to v0.9.14.
* Upgraded Gradle Plugins to 0.12.4.
* Upgraded Apache ActiveMQ Artemis to v2.1.0.