Files
podman/version/rawversion/version.go
Lokesh Mandvekar 1b74ab5a85 [CI:ALL] Bump main to v5.4.0-dev
We have a v5.3 branch already.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2024-11-07 17:13:43 +05:30

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.4.0-dev"