Files
podman/version/rawversion/version.go
Matt Heon cf2514451d Bump to v5.8.0-RC1
Signed-off-by: Matt Heon <mheon@redhat.com>
2026-02-10 08:47:45 -05: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.8.0-rc1"