mirror of https://github.com/docker/cli.git
Adds minimum API version to version
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
81e6e5e36d
commit
089b33edd8
|
@ -25,6 +25,7 @@ var versionTemplate = `Client:
|
|||
Server:
|
||||
Version: {{.Server.Version}}
|
||||
API version: {{.Server.APIVersion}}
|
||||
Minimum API version: {{.Server.MinAPIVersion}}
|
||||
Go version: {{.Server.GoVersion}}
|
||||
Git commit: {{.Server.GitCommit}}
|
||||
Built: {{.Server.BuildTime}}
|
||||
|
|
Loading…
Reference in New Issue