spiegel_podman/version/rawversion/version.go
mheon 6a9ea849a0 Bump Podman to v5.8.2-dev
Signed-off-by: mheon <7735048+mheon@users.noreply.github.com>
2026-03-11 19:53:44 +00:00

7 lines
192 B
Go

package rawversion
// RawVersion is the raw version string.
//
// This indirection is needed to prevent semver packages from bloating
// Quadlet's binary size.
const RawVersion = "5.8.2-dev"