From a108e80606ad1c21bf8c7d3537e7d5e8476a510b Mon Sep 17 00:00:00 2001 From: Harshit Gangal Date: Mon, 6 Nov 2023 17:51:34 +0530 Subject: [PATCH] Back to dev mode Signed-off-by: Harshit Gangal --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index c17e6779..31dfdd49 100644 --- a/version/version.go +++ b/version/version.go @@ -17,5 +17,5 @@ limitations under the License. package version var ( - Version = "2.11.0" + Version = "2.11.1" )