mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
Bump version to 0.10-SNAPSHOT
This commit is contained in:
@ -4,7 +4,7 @@ buildscript {
|
|||||||
file("publish.properties").withInputStream { props.load(it) }
|
file("publish.properties").withInputStream { props.load(it) }
|
||||||
|
|
||||||
// Our version: bump this on release.
|
// 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")
|
ext.gradle_plugins_version = props.getProperty("gradlePluginsVersion")
|
||||||
|
|
||||||
// Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.
|
// Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.
|
||||||
|
Reference in New Issue
Block a user