Files
podman/version/rawversion/version.go
Matt Heon fa892f1df0 Bump to v5.7.0-rc2
Signed-off-by: Matt Heon <mheon@redhat.com>
2025-10-29 11:45:14 -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 = "5.7.0-rc2"