From 002f2aca70ec66ce988816317e151d3078348a5c Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 1 Feb 2021 10:54:44 -0500 Subject: Bump remote API version to 3.0.0 Fixes #9175 Signed-off-by: Matthew Heon --- pkg/api/handlers/utils/handler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/api/handlers/utils') diff --git a/pkg/api/handlers/utils/handler.go b/pkg/api/handlers/utils/handler.go index 517dccad0..4bab1c93f 100644 --- a/pkg/api/handlers/utils/handler.go +++ b/pkg/api/handlers/utils/handler.go @@ -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"), -- cgit v1.2.3-54-g00ecf