Skip to content

Commit

Permalink
Bump to v4.0.0-RC5
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Feb 10, 2022
1 parent 5356e36 commit d7d79ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
var Version = semver.MustParse("4.0.0-dev")
var Version = semver.MustParse("4.0.0-rc5")

// See https://docs.docker.com/engine/api/v1.40/
// libpod compat handlers are expected to honor docker API versions
Expand All @@ -38,7 +38,7 @@ var Version = semver.MustParse("4.0.0-dev")
var APIVersion = map[Tree]map[Level]semver.Version{
Libpod: {
CurrentAPI: Version,
MinimalAPI: semver.MustParse("3.1.0"),
MinimalAPI: semver.MustParse("4.0.0-rc5"),
},
Compat: {
CurrentAPI: semver.MustParse("1.40.0"),
Expand Down

0 comments on commit d7d79ce

Please sign in to comment.