aboutsummaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-02-06 17:22:56 -0500
committerMatthew Heon <matthew.heon@pm.me>2020-02-06 17:22:56 -0500
commit2ced9094d4728dd09f60a177faa32339a8d0f721 (patch)
treedf8ee17471ea9d0bcde68060bcb2ab364e3aa1ee /version
parent0d006f742ae0de9be2cc4858da4e64e07410e090 (diff)
downloadpodman-2ced9094d4728dd09f60a177faa32339a8d0f721.tar.gz
podman-2ced9094d4728dd09f60a177faa32339a8d0f721.tar.bz2
podman-2ced9094d4728dd09f60a177faa32339a8d0f721.zip
Bump to v1.8.0v1.8.0
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'version')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 4665023a4..dbe37603f 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.0-dev"
+const Version = "1.8.0"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility