diff options
author | Matthew Heon <mheon@redhat.com> | 2019-11-01 14:48:58 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-11-01 14:48:58 -0400 |
commit | 9d087f6a766259ba53b224944f1b7b778035c370 (patch) | |
tree | 5e6cb22b5067d2725db5e1ad945b79d717c45eb2 /version | |
parent | 69ad905e8fc60416dae66716f72bc94af3dbfe09 (diff) | |
download | podman-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.go | 2 |
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 |