mirror of
https://github.com/containers/podman.git
synced 2025-09-19 12:56:57 +08:00

Also remove the outdated comment that said to update the version in the README.md file, that is no longer there since commit 8e7f98ae65 ("docs(readme): add status badges and remove hardcoded release info"). Signed-off-by: Paul Holzinger <pholzing@redhat.com>
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.6.0-dev"
|