From 898037f9470d527cb09740e1405e52351867bea9 Mon Sep 17 00:00:00 2001 From: jeid64 Date: Thu, 26 Apr 2018 18:24:42 -0400 Subject: [PATCH] Bump to 0.42.2-SNAPSHOT (#2492) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f65a5de5f6..cf12acaf01c 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.41.1-SNAPSHOT' + version = '0.42.2-SNAPSHOT' sourceCompatibility = '1.8' targetCompatibility = '1.8'