mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
Update version to 0.8
This commit is contained in:
parent
5c6b63a7e5
commit
c9ef6b05ed
@ -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.8-SNAPSHOT"
|
ext.corda_version = "0.8"
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user