mirror of
https://github.com/containers/podman.git
synced 2025-09-22 12:14:26 +08:00
8 lines
192 B
Go
8 lines
192 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.7.0-dev"
|