diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-23 05:39:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 05:39:08 -0800 |
commit | 052bcfc80ac3dbd4a91be0ad70855f6f2b69fe38 (patch) | |
tree | 8e8598e091d69940d11549c402730cbf36d57431 | |
parent | ac3a6b80b0ccd2f9592110811ccf6fd844110b9e (diff) | |
parent | d780c0a23ca2af059aba946d634b3d9218729822 (diff) | |
download | podman-052bcfc80ac3dbd4a91be0ad70855f6f2b69fe38.tar.gz podman-052bcfc80ac3dbd4a91be0ad70855f6f2b69fe38.tar.bz2 podman-052bcfc80ac3dbd4a91be0ad70855f6f2b69fe38.zip |
Merge pull request #4938 from openSUSE/latest-version
Update README.md to reference latest version
-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.6.3](https://github.com/containers/libpod/releases/latest) +* [Latest Version: 1.7.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): |