mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix version numbering
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
parent
23bdb3b3a6
commit
e975687b9a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ func daemon(eng *engine.Engine) error {
|
|||
// builtins jobs independent of any subsystem
|
||||
func dockerVersion(job *engine.Job) engine.Status {
|
||||
v := &engine.Env{}
|
||||
v.Set("Version", dockerversion.VERSION)
|
||||
v.SetJson("Version", dockerversion.VERSION)
|
||||
v.SetJson("ApiVersion", api.APIVERSION)
|
||||
v.Set("GitCommit", dockerversion.GITCOMMIT)
|
||||
v.Set("GoVersion", runtime.Version())
|
||||
|
|
Loading…
Reference in a new issue