From 06df6ca39a6e811795cb4d7d4441125d7ac5add2 Mon Sep 17 00:00:00 2001 From: "hkantare@in.ibm.com" Date: Thu, 2 Apr 2020 17:11:06 +0530 Subject: [PATCH] Bump version to v1.3.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 26feed6c47b..f9f8bdcdb77 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.2.6" +const Version = "1.3.0" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string