Files
podman/version/rawversion/version.go
Matt Heon c6077f6457 Bump to v5.8.1
Signed-off-by: Matt Heon <mheon@redhat.com>
2026-03-11 09:31:04 -04:00

8 lines
188 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.1"