From 9676ccee0e415ad34ff2eb0ec23129a3861625f9 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 30 Dec 2022 12:52:37 +0800 Subject: [PATCH] Bump version to 2.2.0-SNAPSHOT for next iteration (#3087) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump version to 2.2.0-SNAPSHOT for next iteration. #### Does this PR introduce a user-facing change? ```release-note None ``` --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bb95ee7bb..886702075 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.1.0-SNAPSHOT +version=2.2.0-SNAPSHOT