diff options
author | Matthew Heon <mheon@redhat.com> | 2020-02-27 13:40:23 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-02-27 13:40:23 -0500 |
commit | 9f8565a53030246ffcb3255da7a7ecce33cf3444 (patch) | |
tree | 91649dfcec171159cf2a0fe5b020f892ef46ea42 /version/version.go | |
parent | 3d1af087e6beba5ac31e2c6758fd5696d6d7883f (diff) | |
download | podman-9f8565a53030246ffcb3255da7a7ecce33cf3444.tar.gz podman-9f8565a53030246ffcb3255da7a7ecce33cf3444.tar.bz2 podman-9f8565a53030246ffcb3255da7a7ecce33cf3444.zip |
Bump to v1.8.1-rc2v1.8.1-rc2
Signed-off-by: Matthew Heon <mheon@redhat.com>
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..ecee71045 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-rc2" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |