diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-03-31 11:47:53 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-03-31 11:47:53 -0400 |
commit | bb2b6a1ad499f2733580d45cfc23604aa96c579c (patch) | |
tree | e1710b5a17757612c62572115d12bdfe6b89edff /README.md | |
parent | 278c961f9814b6dde1cb52b017e4afe52f4ad98b (diff) | |
download | podman-bb2b6a1ad499f2733580d45cfc23604aa96c579c.tar.gz podman-bb2b6a1ad499f2733580d45cfc23604aa96c579c.tar.bz2 podman-bb2b6a1ad499f2733580d45cfc23604aa96c579c.zip |
Update README with current version
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.0.0](https://github.com/containers/libpod/releases/latest) +* [Latest Version: 1.2.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) ## Overview and scope |