spiegel_podman/version/rawversion/version.go
Matt Heon 319d0cfe01
Bump to v6.1.0-rc1
Signed-off-by: Matt Heon <mheon@redhat.com>
2026-07-31 12:40:11 -04: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.1.0-rc1"