diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-03-09 18:26:32 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-03-09 18:26:32 -0400 |
commit | d5b027f412d69096e689baa1ada45bc33f228b63 (patch) | |
tree | 832e2e77f9815c61a56ecfdb309674dd4795079a /version/version.go | |
parent | 3d48940927b1133e2bfd1c3accba84345cc56ee6 (diff) | |
download | podman-d5b027f412d69096e689baa1ada45bc33f228b63.tar.gz podman-d5b027f412d69096e689baa1ada45bc33f228b63.tar.bz2 podman-d5b027f412d69096e689baa1ada45bc33f228b63.zip |
Bump to v1.8.1-rc4v1.8.1-rc4
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 d5926d744..aa46b03cd 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-rc4" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |