mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
fix version struct on old versions
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ type Version struct {
|
||||
Os string
|
||||
Arch string
|
||||
KernelVersion string `json:",omitempty"`
|
||||
Experimental bool
|
||||
Experimental bool `json:",omitempty"`
|
||||
}
|
||||
|
||||
// GET "/info"
|
||||
|
||||
Reference in New Issue
Block a user