From 0b1d95bb2a3b5f5a5142dec779739d1d49872458 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Dec 2021 02:33:45 +0000 Subject: [PATCH] Automated cut of 0.55.4.patch1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69432ab55ce..3365aa7b134 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,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.55.4' + version = '0.55.4.patch1' sourceCompatibility = '1.8' targetCompatibility = '1.8'