Create temp hackathon release

This commit is contained in:
Anthony Keenan 2018-09-13 15:33:13 +01:00
parent 046b104fee
commit 02ed662805

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 = "4.0-SNAPSHOT"
ext.corda_release_version = "hackathon-temp"
// 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")