diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-03-06 15:26:31 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-03-06 15:26:31 -0500 |
commit | e5f7cb397874fec193fc9cdebc0cc29c0437e8d2 (patch) | |
tree | 798cf23d9a814f284e64d5216e8e7160c205b402 /version | |
parent | c3177b781b69b45e2a084b83d44c39abd8e94132 (diff) | |
download | podman-e5f7cb397874fec193fc9cdebc0cc29c0437e8d2.tar.gz podman-e5f7cb397874fec193fc9cdebc0cc29c0437e8d2.tar.bz2 podman-e5f7cb397874fec193fc9cdebc0cc29c0437e8d2.zip |
Bump to v1.8.1-rc3v1.8.1-rc3
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
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 d5926d744..beb7f0c8c 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.8.1-dev" +const Version = "1.8.1-rc3" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |