RELEASE - Increment Platform Version Number (#2040)

Takes account of the observer node addition in the release of V2.0
This commit is contained in:
Katelyn Baker 2017-11-14 10:29:59 +00:00 committed by Ross Nicoll
parent 1a02c9a74f
commit 887dc68a45

View File

@ -7,7 +7,7 @@ buildscript {
ext.corda_release_version = "3.0-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
ext.corda_platform_version = 2
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")
// Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.