mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
RELEASE - Post release bump corda version
This commit is contained in:
parent
2bea665af2
commit
6453f2e053
@ -4,7 +4,7 @@ buildscript {
|
||||
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
||||
|
||||
// Our version: bump this on release.
|
||||
ext.corda_release_version = "3.2-corda"
|
||||
ext.corda_release_version = "3.X-corda-snapshot"
|
||||
|
||||
// Increment this on any release that changes public APIs anywhere in the Corda platform
|
||||
ext.corda_platform_version = constants.getProperty("platformVersion")
|
||||
|
Loading…
Reference in New Issue
Block a user