diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-11 15:31:09 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-16 12:05:44 -0500 |
commit | 2cff111d711c65c3eb505ff413b70493818ad6fe (patch) | |
tree | fa4285beecdf56e6650d2ef77d9f270ce538bab7 /README.md | |
parent | 4406e1cfeed18fe89c0ad4e20a3c3b2f4b9ffcae (diff) | |
download | podman-2cff111d711c65c3eb505ff413b70493818ad6fe.tar.gz podman-2cff111d711c65c3eb505ff413b70493818ad6fe.tar.bz2 podman-2cff111d711c65c3eb505ff413b70493818ad6fe.zip |
Update README for v1.0.0
Also bump gitvalidation epoch - we usually do this every release,
but v1.0.0 is on a branch so we need a separate commit for master
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
@@ -6,7 +6,7 @@ Libpod provides a library for applications looking to use the Container Pod conc popularized by Kubernetes. libpod also contains the `podman` tool, for managing Pods, Containers, and Container Images. -* [Latest Version: 0.12.1](https://github.com/containers/libpod/releases/latest) +* [Latest Version: 1.0.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 |