Files
Matt Heon da671ef6cf Bump to v5.6.0
Signed-off-by: Matt Heon <mheon@redhat.com>
2025-08-15 09:42:35 -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.6.0"