diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-10-02 13:09:50 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-10-02 13:09:50 -0400 |
commit | 6a540bd3ba4d3b765c9bb50935bd80c3e48f31e3 (patch) | |
tree | 1f16c4ada41cbbd49741c8ee61d201ca3dea68f1 /README.md | |
parent | dac7889d134e1c8f2b26a73b93312c3463367178 (diff) | |
download | podman-6a540bd3ba4d3b765c9bb50935bd80c3e48f31e3.tar.gz podman-6a540bd3ba4d3b765c9bb50935bd80c3e48f31e3.tar.bz2 podman-6a540bd3ba4d3b765c9bb50935bd80c3e48f31e3.zip |
Podman 1.6.0 has been released, update the README
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Libpod provides a library for applications looking to use the Container Pod concept, popularized by Kubernetes. Libpod also contains the Pod Manager tool `(Podman)`. Podman manages pods, containers, container images, and container volumes. -* [Latest Version: 1.5.1](https://github.com/containers/libpod/releases/latest) +* [Latest Version: 1.6.0](https://github.com/containers/libpod/releases/latest) * [Continuous Integration:](contrib/cirrus/README.md) [![Build Status](https://api.cirrus-ci.com/github/containers/libpod.svg)](https://cirrus-ci.com/github/containers/libpod/master) * [GoDoc: ![GoDoc](https://godoc.org/github.com/containers/libpod/libpod?status.svg)](https://godoc.org/github.com/containers/libpod/libpod) * Automated continuous release downloads (including remote-client): |