Merge pull request #13731 from jfrazelle/fix-version-on-old-versions

fix version struct on old versions
This commit is contained in:
Arnaud Porterie
2015-06-03 17:24:53 -07:00
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"