mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
Merge pull request #13731 from jfrazelle/fix-version-on-old-versions
fix version struct on old versions
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