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 e0a7f76 commit 9da00c1Copy full SHA for 9da00c1
version/version.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
// Version is the current provider main version
8
-const Version = "1.23.0"
+const Version = "1.23.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