spiegel_podman/version/rawversion/version.go
Lokesh Mandvekar 4d15c88a93
switch version to 4.7.1-dev
[NO NEW TESTS NEEDED]

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2023-09-27 11:35:55 -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 = "4.7.1-dev"