From 461a0d68665cb917347425b665793c58b1e933a2 Mon Sep 17 00:00:00 2001 From: Cocoa Date: Tue, 29 Aug 2023 18:37:17 +0530 Subject: [PATCH] Bump up verison to 1.56.2 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 9a70261956..98a7c84f8b 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.56.1" +const Version = "1.56.2" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string