From aed7e0b214960a7e781a198f3ab8e8e12b3d832e Mon Sep 17 00:00:00 2001 From: "hkantare@in.ibm.com" Date: Wed, 29 Apr 2020 14:44:42 +0530 Subject: [PATCH] Bump up version to v0.27.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 3511b785ec..cd7d3b738e 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "0.26.0" +const Version = "0.27.0" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string