summaryrefslogtreecommitdiff
path: root/version/version.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-02-27 13:40:23 -0500
committerMatthew Heon <mheon@redhat.com>2020-02-27 13:40:23 -0500
commit9f8565a53030246ffcb3255da7a7ecce33cf3444 (patch)
tree91649dfcec171159cf2a0fe5b020f892ef46ea42 /version/version.go
parent3d1af087e6beba5ac31e2c6758fd5696d6d7883f (diff)
downloadpodman-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.go2
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