mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 00:45:43 +00: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>
7 lines
192 B
Go
7 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"
|