Update version to 0.9-SNAPSHOT

This commit is contained in:
Andrius Dagys 2017-02-07 16:04:12 +00:00
parent f1025e999b
commit c3a9d41998

View File

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