diff options
author | Matthew Heon <mheon@redhat.com> | 2020-03-11 12:47:31 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-03-11 12:47:31 -0400 |
commit | 29c071d4f7eb141420540545a13576afb829aeda (patch) | |
tree | 00b95f9513ec2dbcb10d5bc2aebcc07f6f7e6b58 /README.md | |
parent | da9d216350c4c69293a0ab83771273263e081d50 (diff) | |
download | podman-29c071d4f7eb141420540545a13576afb829aeda.tar.gz podman-29c071d4f7eb141420540545a13576afb829aeda.tar.bz2 podman-29c071d4f7eb141420540545a13576afb829aeda.zip |
Update version in README to v1.8.1
Signed-off-by: Matthew Heon <mheon@redhat.com>
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.8.0](https://github.com/containers/libpod/releases/latest) +* [Latest Version: 1.8.1](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): |