diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-02-10 09:41:55 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-02-10 09:41:55 -0500 |
commit | 45e7be192ef99e870c59a1cd2c1fa7940b0af2d6 (patch) | |
tree | c9773c0fc9b8e668cc377eb64ee7a8b9e2acc7d5 | |
parent | cf1160c12c93da845aa6469f8c0520aef1da887f (diff) | |
download | podman-45e7be192ef99e870c59a1cd2c1fa7940b0af2d6.tar.gz podman-45e7be192ef99e870c59a1cd2c1fa7940b0af2d6.tar.bz2 podman-45e7be192ef99e870c59a1cd2c1fa7940b0af2d6.zip |
Bump to v1.6.5v1.6.5
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-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 14670a5ba..e4b85ff36 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 = "1.6.4" +const Version = "1.6.5" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |