mirror of
https://github.com/corda/corda.git
synced 2025-01-13 16:30:25 +00:00
RELEASE - Bump potential build number
Given we released 3.2-corda from the release-V3.X branch bump the version number here for the next release.
This commit is contained in:
parent
521c1e3e08
commit
1c5ae15fa4
@ -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-snapshot"
|
||||
ext.corda_release_version = "3.3-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