diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-08-09 16:00:35 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-08-09 16:00:35 -0400 |
commit | 54b394bd3ec07d11c7ed176531a752261acc71a7 (patch) | |
tree | db7ff0a9e12944963cd3132225a98ac3e60623cd /version | |
parent | bb80586e275fe0d3f47700ec54c9718a28b1e59c (diff) | |
download | podman-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.go | 2 |
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 |