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 7112e85 commit 4c4abbbCopy full SHA for 4c4abbb
apiserver/versionservice/versionimpl.go
@@ -25,7 +25,7 @@ func Version() msgs.VersionResponse {
25
resp := msgs.VersionResponse{}
26
resp.Status.Code = msgs.Ok
27
resp.Status.Msg = "apiserver version"
28
- resp.Version = "2.6-rc2"
+ resp.Version = "2.6"
29
30
return resp
31
}
pgo/cmd/version.go
@@ -26,7 +26,7 @@ import (
"os"
)
-const ClientVersion = "2.6-rc2"
+const ClientVersion = "2.6"
var versionCmd = &cobra.Command{
32
Use: "version",
0 commit comments