Files
Lokesh Mandvekar 5933be9ba4 Bump to v4.5.2-dev
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2023-05-26 11:10:37 -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 = "4.5.2-dev"