From bd0fabfaf8d4de6f186ad138d7fe56a15cad2209 Mon Sep 17 00:00:00 2001 From: onobc Date: Tue, 10 Jun 2025 18:20:20 -0500 Subject: [PATCH] Update version from `0.6.1-SNAPSHOT` to `0.7.0-SNAPSHOT` Accounts for the fact that the mainline has new features (redelivery backoff policy settings) and deprecations. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 965a8783..672a47b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,4 +17,4 @@ # under the License. # -version=0.6.1-SNAPSHOT +version=0.7.0-SNAPSHOT