mirror of
https://github.com/containers/podman.git
synced 2025-07-02 08:47:43 +08:00
bump main to 5.6-dev
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>
This commit is contained in:
@ -4,7 +4,4 @@ package rawversion
|
||||
//
|
||||
// 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 = "5.5.0-dev"
|
||||
const RawVersion = "5.6.0-dev"
|
||||
|
@ -25,9 +25,6 @@ const (
|
||||
)
|
||||
|
||||
// Version is the version of the build.
|
||||
// NOTE: remember to bump the version at the top
|
||||
// of the top-level README.md file when this is
|
||||
// bumped.
|
||||
var Version = semver.MustParse(rawversion.RawVersion)
|
||||
|
||||
// See https://docs.docker.com/engine/api/v1.40/
|
||||
|
Reference in New Issue
Block a user