From 1cac6507cd40790d1a27be9fdb6f73d41735b89a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 11 May 2017 20:59:49 +0000 Subject: [PATCH] Automated cut of 0.16.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da752465c05..58b6acec13a 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ allprojects { // 2. In the GitHub UI, add a Release entry against the tag created in step 1. List any changes in release notes. // 3. Create a PR which bumps this from '0.10.0-SNAPSHOT' to '0.11.0-SNAPSHOT' in master to start the 0.11.0 track. // -- - version = '0.15.0-SNAPSHOT' + version = '0.16.0' sourceCompatibility = '1.8' targetCompatibility = '1.8'