M11 snapshot version bump (#497)

This commit is contained in:
Patrick Kuo 2017-04-04 13:46:26 +01:00 committed by GitHub
parent 48b121d145
commit 23224fc92c

View File

@ -4,7 +4,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release.
ext.corda_version = "0.10-SNAPSHOT"
ext.corda_version = "0.11-SNAPSHOT"
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")
// Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.