mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 00:45:43 +00:00
We now have a v4.5 branch. [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
10 lines
300 B
Go
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.6.0-dev"
|