mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Bump remote API version to 3.0.0
Fixes #9175 Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:

committed by
Matthew Heon

parent
20183349fd
commit
002f2aca70
@ -43,8 +43,8 @@ var (
|
||||
// clients to shop for the Version they wish to support
|
||||
APIVersion = map[VersionTree]map[VersionLevel]semver.Version{
|
||||
LibpodTree: {
|
||||
CurrentAPIVersion: semver.MustParse("2.0.0"),
|
||||
MinimalAPIVersion: semver.MustParse("2.0.0"),
|
||||
CurrentAPIVersion: semver.MustParse("3.0.0"),
|
||||
MinimalAPIVersion: semver.MustParse("3.0.0"),
|
||||
},
|
||||
CompatTree: {
|
||||
CurrentAPIVersion: semver.MustParse("1.40.0"),
|
||||
|
Reference in New Issue
Block a user