mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Bump version to 0.10-SNAPSHOT
This commit is contained in:
parent
285479a963
commit
cb77a3e9ce
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user