spiegel_podman/version/rawversion/version.go
mheon 1f63f8bc97 Bump Podman to v6.0.1-dev
Signed-off-by: mheon <7735048+mheon@users.noreply.github.com>
2026-06-24 17:28:41 +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 = "6.0.1-dev"