diff options
author | Matthew Heon <mheon@redhat.com> | 2020-07-31 15:53:41 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-07-31 15:53:41 -0400 |
commit | cab27868766a3b01ac14ff46180af8644c41d1cd (patch) | |
tree | 735a261fd1884ca0110c01147aed0641d3143dfd /version/version.go | |
parent | 6422c5fccac9d14bff7ac8b841d9944cf748eb86 (diff) | |
download | podman-cab27868766a3b01ac14ff46180af8644c41d1cd.tar.gz podman-cab27868766a3b01ac14ff46180af8644c41d1cd.tar.bz2 podman-cab27868766a3b01ac14ff46180af8644c41d1cd.zip |
Bump to v2.0.4v2.0.4
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version/version.go')
-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 8346afcde..58f8d0a31 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.4-dev" +const Version = "2.0.4" // APIVersion is the version for the remote // client API. It is used to determine compatibility |