From 4742c446376dbca7720bf9ccb5eefd33a4621291 Mon Sep 17 00:00:00 2001 From: Harshit Gangal Date: Mon, 6 Nov 2023 18:13:16 +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" )