mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
change to 0.14-SNAPSHOT (#928)
This commit is contained in:
parent
75e82094a2
commit
bd08d6c6f8
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user