We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0cf3c commit bf8b487Copy full SHA for bf8b487
version/version.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
// Version is the current provider main version
8
-const Version = "1.58.0-beta0"
+const Version = "1.58.0"
9
10
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
11
var GitCommit string
0 commit comments