mirror of
https://github.com/corda/corda.git
synced 2025-03-18 10:05:28 +00:00
Allign version identifier with OS and Enterprise 3.0 release. (#1253)
Was X.Y.Z, now X.Y
This commit is contained in:
parent
52eb5d76d3
commit
065a494e0d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user