summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-08-24 15:18:09 -0400
committerMatthew Heon <mheon@redhat.com>2020-08-24 15:18:09 -0400
commit776abc52106ec7652ced6dbc0869020123ed393d (patch)
tree82bf3415d387285dbbe2c938693087ab2c506056 /version
parentae2ee65eff71c5780e4484f1316dbbdd87bf1760 (diff)
downloadpodman-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.go2
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