diff options
author | Matthew Heon <matthew.heon@pm.me> | 2022-02-03 15:03:19 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-02-03 16:21:26 -0500 |
commit | 0c9648136f8a1384b42f20f120683cc32af2ff3a (patch) | |
tree | 132b7991ade2c119cf9f441cc81411bfb52c100c /version | |
parent | c1618042fd877168c5d875b8f2a67b54d904974d (diff) | |
download | podman-0c9648136f8a1384b42f20f120683cc32af2ff3a.tar.gz podman-0c9648136f8a1384b42f20f120683cc32af2ff3a.tar.bz2 podman-0c9648136f8a1384b42f20f120683cc32af2ff3a.zip |
Bump to v4.0.0-RC4v4.0.0-rc4
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 c6bd2c239..c40c241ef 100644 --- a/version/version.go +++ b/version/version.go @@ -27,7 +27,7 @@ const ( // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -var Version = semver.MustParse("4.0.0-dev") +var Version = semver.MustParse("4.0.0-rc4") // See https://docs.docker.com/engine/api/v1.40/ // libpod compat handlers are expected to honor docker API versions |