diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-08-09 16:00:38 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-08-09 16:00:38 -0400 |
commit | 10834c525fc0c39cc7a9f223b7ae1176319fd319 (patch) | |
tree | 85d9c231635e09c8010013d65c3207d60ff06911 /version | |
parent | 54b394bd3ec07d11c7ed176531a752261acc71a7 (diff) | |
download | podman-10834c525fc0c39cc7a9f223b7ae1176319fd319.tar.gz podman-10834c525fc0c39cc7a9f223b7ae1176319fd319.tar.bz2 podman-10834c525fc0c39cc7a9f223b7ae1176319fd319.zip |
Bump to v1.5.1-dev
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 4480b8315..d5f91210e 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.5.0" +const Version = "1.5.1-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |