diff options
author | Matthew Heon <mheon@redhat.com> | 2020-08-24 15:18:09 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-08-24 15:18:09 -0400 |
commit | 776abc52106ec7652ced6dbc0869020123ed393d (patch) | |
tree | 82bf3415d387285dbbe2c938693087ab2c506056 /version | |
parent | ae2ee65eff71c5780e4484f1316dbbdd87bf1760 (diff) | |
download | podman-776abc52106ec7652ced6dbc0869020123ed393d.tar.gz podman-776abc52106ec7652ced6dbc0869020123ed393d.tar.bz2 podman-776abc52106ec7652ced6dbc0869020123ed393d.zip |
Bump to v2.0.5v2.0.5
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 2a4816277..276bd8e6c 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "2.0.5-dev" +const Version = "2.0.5" // APIVersion is the version for the remote // client API. It is used to determine compatibility |