summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-11-24 05:31:07 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2020-11-24 05:37:35 -0500
commitcbdb4d54bd3dddb8b4452adbfc29ca7702b8e387 (patch)
tree50e3d8f4d8d2d9e55b8a0b9d80892771544236a1 /version
parent5267e73db0814a6af9704aae62d600b08df80774 (diff)
downloadpodman-cbdb4d54bd3dddb8b4452adbfc29ca7702b8e387.tar.gz
podman-cbdb4d54bd3dddb8b4452adbfc29ca7702b8e387.tar.bz2
podman-cbdb4d54bd3dddb8b4452adbfc29ca7702b8e387.zip
Bump to v2.2.0-rc2v2.2.0-rc2
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'version')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index a62648eea..121fa62d6 100644
--- a/version/version.go
+++ b/version/version.go
@@ -8,7 +8,7 @@ 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-rc2")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility