diff options
author | Matthew Heon <mheon@redhat.com> | 2019-10-02 12:42:10 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-10-02 12:42:10 -0400 |
commit | a2fdb6ea0236fa3b5ea9a88dc513af310f07c49c (patch) | |
tree | 39d94eff6c2a872ae11bcbd4dab3fe61134e7990 /version/version.go | |
parent | 257a985f5a7cff8f01891529ea89b0ea2800d61f (diff) | |
download | podman-a2fdb6ea0236fa3b5ea9a88dc513af310f07c49c.tar.gz podman-a2fdb6ea0236fa3b5ea9a88dc513af310f07c49c.tar.bz2 podman-a2fdb6ea0236fa3b5ea9a88dc513af310f07c49c.zip |
Bump to v1.6.1-rc1v1.6.1-rc1
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 9fcd5faa7..a0e7c66a9 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.1-dev" +const Version = "1.6.1-rc1" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |