mirror of
https://github.com/corda/corda.git
synced 2025-03-06 06:01:56 +00:00
Update version number to 0.9
This commit is contained in:
parent
379eea31b7
commit
96dc03b49b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user