summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-12-11 12:22:17 -0500
committerMatthew Heon <mheon@redhat.com>2019-12-11 12:22:17 -0500
commit5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26 (patch)
tree36ec5c1fa5f67c3a78ad5458be80ab7ea1cb6064
parent7d8448505e0c9b033296ec291679cdf46bf23841 (diff)
downloadpodman-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26.tar.gz
podman-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26.tar.bz2
podman-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26.zip
Bump to v1.6.4v1.6.4
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 129a2cd4b..14670a5ba 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-dev"
+const Version = "1.6.4"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility