1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

fix version numbering

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
Upstream-commit: e975687b9a877dc46b465b6ce8b811ce6fa02cda
Component: engine
This commit is contained in:
Victor Vieux
2014-06-08 23:06:47 +00:00
parent aae9545c47
commit 3d809d2056

View File

@@ -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())