From 3b885d5e37ca61fa1edc9737a59cec7150f22acb Mon Sep 17 00:00:00 2001 From: "hkantare@in.ibm.com" Date: Thu, 6 Aug 2020 17:58:00 +0530 Subject: [PATCH] Bump up version to 1.10.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index c7048fe0c7..70a19e0a9a 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.9.0" +const Version = "1.10.0" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string