From 20a8ab5e775103597ac0d6e3dce2fd0dde1d964e Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Mon, 6 Nov 2017 14:49:00 +0000 Subject: [PATCH] RELEASE - post 2.0 nump build no on master --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 224e4ba215..0743b5a5ee 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 = "2.0-SNAPSHOT" + ext.corda_release_version = "3.0-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