Files
Matt Heon a3a6d9cc33 Bump to v5.6.0-rc1
Signed-off-by: Matt Heon <mheon@redhat.com>
2025-07-25 09:13:38 -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.6.0-rc1"