Files
Matt Heon f9f7d48b24 Bump to v5.4.0
Signed-off-by: Matt Heon <mheon@redhat.com>
2025-02-11 11:08:03 -05:00

11 lines
296 B
Go

package rawversion
// RawVersion is the raw version string.
//
// This indirection is needed to prevent semver packages from bloating
// Quadlet's binary size.
//
// NOTE: remember to bump the version at the top of the top-level README.md
// file when this is bumped.
const RawVersion = "5.4.0"