summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-11-18 13:15:11 -0500
committerMatthew Heon <mheon@redhat.com>2020-11-18 13:15:11 -0500
commit02843f881f9271440e7eaad8db231ddf20e33e51 (patch)
tree5ac6fc306d95909b2cf0c0ae61c73f0633387a62 /version
parent6ece1d97c428f1641cb35972357cd037562fd06e (diff)
downloadpodman-02843f881f9271440e7eaad8db231ddf20e33e51.tar.gz
podman-02843f881f9271440e7eaad8db231ddf20e33e51.tar.bz2
podman-02843f881f9271440e7eaad8db231ddf20e33e51.zip
Bump to v2.2.0-rc1v2.2.0-rc1
Also bump API version to v2.1.0. Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-rw-r--r--version/version.go4
1 files changed, 2 insertions, 2 deletions
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")