summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-11-01 14:48:58 -0400
committerMatthew Heon <mheon@redhat.com>2019-11-01 14:48:58 -0400
commit9d087f6a766259ba53b224944f1b7b778035c370 (patch)
tree5e6cb22b5067d2725db5e1ad945b79d717c45eb2 /version
parent69ad905e8fc60416dae66716f72bc94af3dbfe09 (diff)
downloadpodman-9d087f6a766259ba53b224944f1b7b778035c370.tar.gz
podman-9d087f6a766259ba53b224944f1b7b778035c370.tar.bz2
podman-9d087f6a766259ba53b224944f1b7b778035c370.zip
Bump to v1.6.3v1.6.3
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 c0dbeadfe..8455135bd 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.3-dev"
+const Version = "1.6.3"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility