Files
podman/version/rawversion/version.go
Matt Heon d0c9bb1b49 Bump to v6.0.0-rc1
Signed-off-by: Matt Heon <mheon@redhat.com>
2026-06-12 12:22:42 -04:00

8 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.0-rc1"