summaryrefslogtreecommitdiff
path: root/libpod/define/info.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-16 03:09:15 -0700
committerGitHub <noreply@github.com>2020-04-16 03:09:15 -0700
commit084cfb81da4f3f3e06ad35bfb3ea52027f62273b (patch)
tree8cc29cace1599bec0360c16f708e11d7db45a7b6 /libpod/define/info.go
parentd6b3bc18f85236aa753d8a8a7993d160dbdad3f8 (diff)
parent62803f8d3bacaea9956e6ec3176b223b85d260a5 (diff)
downloadpodman-084cfb81da4f3f3e06ad35bfb3ea52027f62273b.tar.gz
podman-084cfb81da4f3f3e06ad35bfb3ea52027f62273b.tar.bz2
podman-084cfb81da4f3f3e06ad35bfb3ea52027f62273b.zip
Merge pull request #5834 from rhatdan/version
Add version to podman info command
Diffstat (limited to 'libpod/define/info.go')
-rw-r--r--libpod/define/info.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/define/info.go b/libpod/define/info.go
index e9809c367..2516cad77 100644
--- a/libpod/define/info.go
+++ b/libpod/define/info.go
@@ -8,6 +8,7 @@ type Info struct {
Host *HostInfo `json:"host"`
Store *StoreInfo `json:"store"`
Registries map[string]interface{} `json:"registries"`
+ Version Version `json:"version"`
}
//HostInfo describes the libpod host