mirror of
https://github.com/containers/podman.git
synced 2025-09-27 00:34:32 +08:00

Following PR makes sure that `podman manifest rm <list>` only removes the named manifest list and not referenced images. Bumping and squashing c/common to v0.43.3-0.20210902095222-a7acc160fb25 in same commit in order to make sure build commit test passes. Signed-off-by: Aditya Rajan <arajan@redhat.com>
5 lines
86 B
Go
5 lines
86 B
Go
package version
|
|
|
|
// Version is the version of the build.
|
|
const Version = "0.43.3-dev"
|