Revert "remove hack in version"
This reverts commit b2b9334f27
.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
4c6cf9e27f
commit
07887f65de
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ func (srv *Server) DockerInfo(job *engine.Job) engine.Status {
|
|||
func (srv *Server) DockerVersion(job *engine.Job) engine.Status {
|
||||
v := &engine.Env{}
|
||||
v.Set("Version", dockerversion.VERSION)
|
||||
v.Set("ApiVersion", string(api.APIVERSION))
|
||||
v.SetJson("ApiVersion", api.APIVERSION)
|
||||
v.Set("GitCommit", dockerversion.GITCOMMIT)
|
||||
v.Set("GoVersion", goruntime.Version())
|
||||
v.Set("Os", goruntime.GOOS)
|
||||
|
|
Loading…
Reference in a new issue