Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server and CLI use version from release and versionChecking constant and commit revision #4308

Merged
merged 13 commits into from
Jul 31, 2021
Prev Previous commit
Next Next commit
fix
  • Loading branch information
longquanzheng committed Jul 30, 2021
commit a0a13f22280d941760e512b740b82edd0b896a59
2 changes: 1 addition & 1 deletion tools/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewCliApp() *cli.App {
version := fmt.Sprintf("CLI version: %v (for compatibility checking between server and client/CLI)\n"+
" Release version:%v\n"+
" Build revision:%v\n"+
" Note: server is always backward compatible to CLI older versions, but not accepting newer than it can support.",
" Note: server is always backward compatible to older CLI versions, but not accepting newer than it can support.",
client.SupportedCLIVersion, metrics.Version, metrics.Revision)

app := cli.NewApp()
Expand Down