mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
snapshot should be all uppercase (#3123)
This commit is contained in:
parent
65b782c206
commit
573210486d
@ -4,7 +4,7 @@ buildscript {
|
||||
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
||||
|
||||
// Our version: bump this on release.
|
||||
ext.corda_release_version = "corda-4.0-snapshot"
|
||||
ext.corda_release_version = "corda-4.0-SNAPSHOT"
|
||||
// Increment this on any release that changes public APIs anywhere in the Corda platform
|
||||
ext.corda_platform_version = constants.getProperty("platformVersion")
|
||||
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")
|
||||
|
Loading…
Reference in New Issue
Block a user