Merge pull request #26011 from Luap99/5.6-dev

bump main to 5.6-dev
This commit is contained in:
openshift-merge-bot[bot] 2025-04-29 17:03:06 +00:00 committed by GitHub
commit 8e97c6f6ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/