diff options
author | Matthew Heon <mheon@redhat.com> | 2020-05-13 15:58:25 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-05-13 15:58:25 -0400 |
commit | 38a772e82cd372bffc6fb5f8b9dae07084c4162a (patch) | |
tree | 2f4d0b129f3f5fc9e25f1ec02fbe594c9cf98d76 /README.md | |
parent | 3c58e4fc76d35c098b039b407291b35f66c7cae1 (diff) | |
download | podman-38a772e82cd372bffc6fb5f8b9dae07084c4162a.tar.gz podman-38a772e82cd372bffc6fb5f8b9dae07084c4162a.tar.bz2 podman-38a772e82cd372bffc6fb5f8b9dae07084c4162a.zip |
Update release notes and version on master
We released v1.9.2 on the v1.9 branch, so bring the release notes
and readme up to date.
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.9.1](https://github.com/containers/libpod/releases/latest) +* [Latest Version: 1.9.2](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): |