From d65c018f0769fbf4911fa2f015fd05881cbfaf8f Mon Sep 17 00:00:00 2001 From: "hkantare@in.ibm.com" Date: Mon, 30 Apr 2018 18:30:20 +0530 Subject: [PATCH] Bump up the version to 0.9.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 02cb2a8f2c..e372920991 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "0.8.0" +const Version = "0.9.0" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string