Update build label to 1.1-SNAPSHOT (#1598)

This commit is contained in:
josecoll 2017-10-03 14:29:47 +01:00 committed by GitHub
parent ba9e2f01bb
commit 4fa63d07dd

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.16-SNAPSHOT"
ext.corda_release_version = "1.1-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