diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-02-21 15:59:52 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-02-21 15:59:52 -0500 |
commit | aee4d1d3748ff55bb3bb355b55409ee668468c57 (patch) | |
tree | db1903f2b65ed1085a745c082a741b3c88c56a4b /version | |
parent | 5c2a88401b538695049a285d6626431f0e73565f (diff) | |
download | podman-aee4d1d3748ff55bb3bb355b55409ee668468c57.tar.gz podman-aee4d1d3748ff55bb3bb355b55409ee668468c57.tar.bz2 podman-aee4d1d3748ff55bb3bb355b55409ee668468c57.zip |
Bump to v1.8.1-rc1v1.8.1-rc1
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..99c29a6e1 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-rc1" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |