mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
RELEASE: Post cut vno update (#2808)
This commit is contained in:
parent
55a3383238
commit
ab0742bf3a
@ -4,7 +4,7 @@ buildscript {
|
||||
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
||||
|
||||
// Our version: bump this on release.
|
||||
ext.corda_release_version = "corda-3.0"
|
||||
ext.corda_release_version = "corda-3.1-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