diff options
author | Matthew Heon <mheon@redhat.com> | 2020-09-25 14:39:06 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-09-25 14:39:06 -0400 |
commit | 9f6d6ba0b314d86521b66183c9ce48eaa2da1de2 (patch) | |
tree | c551c264ef11e50de8d3f481ac6aed5c166c15fb /version | |
parent | bb8e77d7f42ae361d11161239bd5c7ac6fa5d719 (diff) | |
download | podman-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.go | 2 |
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 |