Commit a7f9375
committed
Fix version output in help
Before:
```
VERSION:
1.30.2
Version: 1.30.2
GitCommit: unknown
GitCommitDate: unknown
GitTreeState: clean
BuildDate: 1980-01-01T00:00:00Z
GoVersion: go1.22.3
Compiler: gc
Platform: linux/amd64
Linkmode: dynamic
BuildTags:
apparmor
seccomp
selinux
containers_image_openpgp
containers_image_ostree_stub
LDFlags: unknown
SeccompEnabled: true
AppArmorEnabled: false
DESCRIPTION:
OCI-based implementation of Kubernetes Container Runtime Interface
```
After:
```
VERSION:
Version: 1.31.0
GitCommit: f68b12ced5b49799aaa42097540def6a67dc6643
GitCommitDate: 2024-07-02T10:59:18Z
GitTreeState: clean
BuildDate: 1980-01-01T00:00:00Z
GoVersion: go1.22.3
Compiler: gc
Platform: linux/amd64
Linkmode: dynamic
BuildTags:
containers_image_ostree_stub
apparmor
containers_image_openpgp
seccomp
selinux
exclude_graphdriver_devicemapper
LDFlags: unknown
SeccompEnabled: true
AppArmorEnabled: false
DESCRIPTION:
OCI-based implementation of Kubernetes Container Runtime Interface
```
Signed-off-by: Sascha Grunert <[email protected]>1 parent c8ea300 commit a7f9375
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments