diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-01-31 12:44:59 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-01-31 12:44:59 -0500 |
commit | 5558c2620cb9ad32173a1a9e2240c2adff2fc888 (patch) | |
tree | eb977aa8359f6c39611aba06e5402401d3ff4910 /version/version.go | |
parent | dd6209e1551c41d574e2c3039d51a69078beaf3f (diff) | |
download | podman-5558c2620cb9ad32173a1a9e2240c2adff2fc888.tar.gz podman-5558c2620cb9ad32173a1a9e2240c2adff2fc888.tar.bz2 podman-5558c2620cb9ad32173a1a9e2240c2adff2fc888.zip |
Bump to v1.8.0-rc1v1.8.0-rc1
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 ee25517e7..fa4c92dee 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.7.1-dev" +const Version = "1.8.0-rc1" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |