summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-09-25 14:39:06 -0400
committerMatthew Heon <mheon@redhat.com>2020-09-25 14:39:06 -0400
commit9f6d6ba0b314d86521b66183c9ce48eaa2da1de2 (patch)
treec551c264ef11e50de8d3f481ac6aed5c166c15fb /version
parentbb8e77d7f42ae361d11161239bd5c7ac6fa5d719 (diff)
downloadpodman-9f6d6ba0b314d86521b66183c9ce48eaa2da1de2.tar.gz
podman-9f6d6ba0b314d86521b66183c9ce48eaa2da1de2.tar.bz2
podman-9f6d6ba0b314d86521b66183c9ce48eaa2da1de2.zip
Bump to v2.1.1v2.1.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 7e9908f97..220fbe35b 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.1.1-dev")
+var Version = semver.MustParse("2.1.1")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility