diff --git a/version/version.go b/version/version.go index c63d8a4f5c..9b6215588b 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.5" +const Version = "0.17.6" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string