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 7a6c1f8 commit ee5af15Copy full SHA for ee5af15
version/version.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
// Version is the current provider main version
8
-const Version = "1.59.0-beta0"
+const Version = "1.59.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