summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-16 22:45:20 +0100
committerGitHub <noreply@github.com>2019-01-16 22:45:20 +0100
commitab4eea6e9ba7419ee6975afbc1a71ed55984df5a (patch)
tree338306d219290e6997682e4e30399f4baf46e567
parenta286b532cd49f7090b0dd647c7560f5ca2e5bc95 (diff)
parent2cff111d711c65c3eb505ff413b70493818ad6fe (diff)
downloadpodman-ab4eea6e9ba7419ee6975afbc1a71ed55984df5a.tar.gz
podman-ab4eea6e9ba7419ee6975afbc1a71ed55984df5a.tar.bz2
podman-ab4eea6e9ba7419ee6975afbc1a71ed55984df5a.zip
Merge pull request #2147 from mheon/update_readme_and_epoch
Update readme for v1.0.0
-rw-r--r--Makefile2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6e33fa46d..f0f6a1fab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
GO ?= go
DESTDIR ?= /
-EPOCH_TEST_COMMIT ?= bd40dcfc2bc7c9014ea1f33482fb63aacbcdfe87
+EPOCH_TEST_COMMIT ?= 4406e1cfeed18fe89c0ad4e20a3c3b2f4b9ffcae
HEAD ?= HEAD
CHANGELOG_BASE ?= HEAD~
CHANGELOG_TARGET ?= HEAD
diff --git a/README.md b/README.md
index b75f9dcb4..93e780524 100644
--- a/README.md
+++ b/README.md
@@ -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