Bump version to 0.10-SNAPSHOT

This commit is contained in:
Ross Nicoll 2017-03-02 16:31:11 +00:00 committed by Mike Hearn
parent 285479a963
commit cb77a3e9ce

View File

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