From a9e8b3abe9652aa36ee3d7ba19aa4dacdc9b100c Mon Sep 17 00:00:00 2001 From: "hkantare@in.ibm.com" Date: Thu, 3 Oct 2019 13:05:29 +0530 Subject: [PATCH] Bump up version to v0.17.5 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 05476a0fce..c63d8a4f5c 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "0.17.4" +const Version = "0.17.5" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string