mirror of https://github.com/containers/podman.git
commit
8e97c6f6ba
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue