From f9566a20835a1515b56bb499dd1d1c4d4efe0145 Mon Sep 17 00:00:00 2001 From: "hkantare@in.ibm.com" Date: Tue, 30 Jun 2020 12:08:12 +0530 Subject: [PATCH] Bump up version to v1.8.1 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 2b16475985..1dcd1a3201 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.8.0" +const Version = "1.8.1" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string