mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
8 lines
188 B
Go
8 lines
188 B
Go
package rawversion
|
|
|
|
// RawVersion is the raw version string.
|
|
//
|
|
// This indirection is needed to prevent semver packages from bloating
|
|
// Quadlet's binary size.
|
|
const RawVersion = "5.6.0"
|