spiegel_podman/version/rawversion/version.go
Ashley Cui 2e01a0ac76 Bump to v5.5.0-dev
Signed-off-by: Ashley Cui <acui@redhat.com>
2025-04-24 12:58:57 -04:00

10 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.5.0-dev"