fix version struct on old versions

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-06-03 16:56:50 -07:00
parent babf751e1b
commit 229b599259
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ type Version struct {
Os string
Arch string
KernelVersion string `json:",omitempty"`
Experimental bool
Experimental bool `json:",omitempty"`
}
// GET "/info"