From 6fc27c0b8c81b0900762ccbab5939a607f5a545e Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 30 Dec 2022 12:52:38 +0800 Subject: [PATCH] Bump version to 2.1.1-SNAPSHOT for next iteration (#3086) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump version to 2.1.1-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..9d00073d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.1.0-SNAPSHOT +version=2.1.1-SNAPSHOT