RELEASE - Update version number

This commit is contained in:
Katelyn Baker 2017-11-06 10:15:42 +00:00
parent 89191e9ef1
commit b1a197064b

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 = "1.0.0"
ext.corda_release_version = "2.0.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