Files
Matt Heon fa382cb95c Bump to v5.0.4-dev
Signed-off-by: Matt Heon <mheon@redhat.com>
2024-05-10 11:38:07 -04:00

11 lines
300 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.0.4-dev"