Update version to 0.8

This commit is contained in:
Andrius Dagys 2017-02-02 16:41:57 +00:00 committed by Chris Rankin
parent aea3f6f20e
commit e4c2a34611

View File

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