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 b75d116 commit 8126a34Copy full SHA for 8126a34
version/version.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
// Version is the current provider main version
8
-const Version = "1.58.0"
+const Version = "1.58.1"
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