aboutsummaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-12-07 17:59:05 -0500
committerMatthew Heon <mheon@redhat.com>2020-12-07 17:59:05 -0500
commita0d478edea7f775b7ce32f8eb1a01e75374486cb (patch)
tree05fdd84f4ee7fcc72966dad6ff41c988045c0618 /version
parent23d2deed30c2491a2cf59644324f27c9eebf7ba4 (diff)
downloadpodman-a0d478edea7f775b7ce32f8eb1a01e75374486cb.tar.gz
podman-a0d478edea7f775b7ce32f8eb1a01e75374486cb.tar.bz2
podman-a0d478edea7f775b7ce32f8eb1a01e75374486cb.zip
Bump to v2.2.1v2.2.1
Signed-off-by: Matthew Heon <mheon@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 536f5a892..851bb4205 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.1-dev")
+var Version = semver.MustParse("2.2.1")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility