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 35750ec commit f91d9c5Copy full SHA for f91d9c5
version/version.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
// Version is the current provider main version
8
-const Version = "1.65.0-beta0"
+const Version = "1.65.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