diff options
author | Matthew Heon <mheon@redhat.com> | 2020-11-30 16:29:41 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-11-30 16:29:41 -0500 |
commit | db1d2ff111ee9b012779ff3a5279a982520ccda4 (patch) | |
tree | 15fe6579019d7307fe30f360d73c577269183896 /version | |
parent | c342583da09f47e22e8e1be7b1414ef38e6ef194 (diff) | |
download | podman-db1d2ff111ee9b012779ff3a5279a982520ccda4.tar.gz podman-db1d2ff111ee9b012779ff3a5279a982520ccda4.tar.bz2 podman-db1d2ff111ee9b012779ff3a5279a982520ccda4.zip |
Bump to v2.2.0v2.2.0
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 a62648eea..55ee3534b 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") // APIVersion is the version for the remote // client API. It is used to determine compatibility |