From 148f1d8573703385be22493a36d8d5e0ddfd4ae9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 3 Oct 2018 21:33:48 +0000 Subject: [PATCH] Automated cut of 0.42.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d587e184fba..b4a7896dc76 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,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.42.4-SNAPSHOT' + version = '0.42.4' sourceCompatibility = '1.8' targetCompatibility = '1.8'