From c0e0dbe00408d6603c2d24f70fc89e22fff598f2 Mon Sep 17 00:00:00 2001 From: hkantare Date: Tue, 8 Aug 2023 10:24:32 +0530 Subject: [PATCH] Bump up verison to 1.56.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 2a810c71c6..b14116c92c 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.0-beta0" +const Version = "1.56.0" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string