From 02843f881f9271440e7eaad8db231ddf20e33e51 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 18 Nov 2020 13:15:11 -0500 Subject: Bump to v2.2.0-rc1 Also bump API version to v2.1.0. Signed-off-by: Matthew Heon --- version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version') diff --git a/version/version.go b/version/version.go index e6b1425ef..add65aa86 100644 --- a/version/version.go +++ b/version/version.go @@ -8,9 +8,9 @@ import ( // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -var Version = semver.MustParse("2.2.0-dev") +var Version = semver.MustParse("2.2.0-rc1") // APIVersion is the version for the remote // client API. It is used to determine compatibility // between a remote podman client and its backend -var APIVersion = semver.MustParse("2.0.0") +var APIVersion = semver.MustParse("2.1.0") -- cgit v1.2.3-54-g00ecf