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:
Paul Holzinger
2025-04-29 14:05:52 +02:00
parent b4954ac2e8
commit 8d65e0e36c
2 changed files with 1 additions and 7 deletions

View File

@ -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"

View File

@ -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/