CORDA-966 - RELEASE - Update version number to corda-4.0-snapshot

This commit is contained in:
Katelyn Baker 2018-03-06 17:06:30 +00:00
parent 6fbc6a55cf
commit 82786b3655

View File

@ -4,7 +4,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release.
ext.corda_release_version = "3.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")