From 89fa2eb8b615afa3af6c0c2a8c3611aa0ef5c621 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Wed, 30 Aug 2017 14:12:42 +0100 Subject: [PATCH] M15 Release - move master version number onto 0.16 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fb5d920704..0f96934d8e 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { file("$projectDir/constants.properties").withInputStream { constants.load(it) } // Our version: bump this on release. - ext.corda_release_version = "0.15-SNAPSHOT" + ext.corda_release_version = "0.16-SNAPSHOT" // Increment this on any release that changes public APIs anywhere in the Corda platform // TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal ext.corda_platform_version = 1