From c9274f5388491e3b578bf900805054b2522b1ff1 Mon Sep 17 00:00:00 2001 From: Clinton Alexander <clinton.alexander@r3cev.com> Date: Wed, 11 Jan 2017 14:11:14 +0000 Subject: [PATCH] Updated Corda to 0.8 snapshot. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 686c7d3cff..a79412ff8c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { file("publish.properties").withInputStream { props.load(it) } // Our version: bump this on release. - ext.corda_version = "0.7-SNAPSHOT" + ext.corda_version = "0.8-SNAPSHOT" ext.gradle_plugins_version = props.getProperty("gradlePluginsVersion") // Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.