Update version number to 0.9

This commit is contained in:
Ross Nicoll 2017-03-02 16:28:48 +00:00
parent 379eea31b7
commit 96dc03b49b

View File

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