diff --git a/version/version.go b/version/version.go index f1071a21bf..b5a8b4c2f3 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.60.0-beta0" +const Version = "1.60.0-beta1" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string