summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-08-09 16:00:35 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-08-09 16:00:35 -0400
commit54b394bd3ec07d11c7ed176531a752261acc71a7 (patch)
treedb7ff0a9e12944963cd3132225a98ac3e60623cd /version
parentbb80586e275fe0d3f47700ec54c9718a28b1e59c (diff)
downloadpodman-54b394bd3ec07d11c7ed176531a752261acc71a7.tar.gz
podman-54b394bd3ec07d11c7ed176531a752261acc71a7.tar.bz2
podman-54b394bd3ec07d11c7ed176531a752261acc71a7.zip
Bump to v1.5.0v1.5.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 286f66093..4480b8315 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.4.5-dev"
+const Version = "1.5.0"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility