Allign version identifier with OS and Enterprise 3.0 release. (#1253)

Was X.Y.Z, now X.Y
This commit is contained in:
josecoll 2018-07-16 11:37:05 +01:00 committed by GitHub
parent 52eb5d76d3
commit 065a494e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release.
ext.corda_release_version = "4.0.0-SNAPSHOT"
ext.corda_release_version = "4.0-SNAPSHOT"
ext.corda_release_distribution = "com.r3.corda"
// Increment this on any release that changes public APIs anywhere in the Corda platform