diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-09-24 16:39:59 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-09-24 16:39:59 -0400 |
commit | 9181c65b5d695fc480e4d1552887f3875e007821 (patch) | |
tree | 28d729a0dc74f6acd3133fa6b8dec143a3cdb13d /version/version.go | |
parent | 0000afc1af06b04ececeb91637bb3d80d6f47e14 (diff) | |
download | podman-9181c65b5d695fc480e4d1552887f3875e007821.tar.gz podman-9181c65b5d695fc480e4d1552887f3875e007821.tar.bz2 podman-9181c65b5d695fc480e4d1552887f3875e007821.zip |
Bump to v1.6.0-rc2v1.6.0-rc2
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
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 348a69594..ae44b71a5 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.0-dev" +const Version = "1.6.0-rc2" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |