diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-03 12:11:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-03 12:11:33 +0200 |
commit | 2fbf71663248c578acd68fe393fb04fa3b2606e4 (patch) | |
tree | 6ed9bc0d793a25701aa7f601f52309f2c5115b17 | |
parent | 23711589f06b243fde07b9fcecb1cdc11c98a616 (diff) | |
parent | 241c643e7724a32913fe22e19f9286cbdb057fd3 (diff) | |
download | podman-2fbf71663248c578acd68fe393fb04fa3b2606e4.tar.gz podman-2fbf71663248c578acd68fe393fb04fa3b2606e4.tar.bz2 podman-2fbf71663248c578acd68fe393fb04fa3b2606e4.zip |
Merge pull request #3484 from mheon/bump_readme
Bump current version in README
-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.4.0](https://github.com/containers/libpod/releases/latest) +* [Latest Version: 1.4.4](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 |