Skip to content

Commit 4c4abbb

Browse files
author
Jeff McCormick
committed
update version numbers to 2.6 final
1 parent 7112e85 commit 4c4abbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apiserver/versionservice/versionimpl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func Version() msgs.VersionResponse {
2525
resp := msgs.VersionResponse{}
2626
resp.Status.Code = msgs.Ok
2727
resp.Status.Msg = "apiserver version"
28-
resp.Version = "2.6-rc2"
28+
resp.Version = "2.6"
2929

3030
return resp
3131
}

pgo/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"os"
2727
)
2828

29-
const ClientVersion = "2.6-rc2"
29+
const ClientVersion = "2.6"
3030

3131
var versionCmd = &cobra.Command{
3232
Use: "version",

0 commit comments

Comments
 (0)