diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-03 14:47:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 14:47:08 -0400 |
commit | debf23c72ae1638a7efb294b6df9497224978d01 (patch) | |
tree | 1c5b026db5521ad6964fb8676d03229af2b5da2a /contrib | |
parent | 7462ebe830b256e9e145d133c824de5dfd23045d (diff) | |
parent | 650a199b1fa4e02cc4a7cf2273dece9c419b0e05 (diff) | |
download | podman-debf23c72ae1638a7efb294b6df9497224978d01.tar.gz podman-debf23c72ae1638a7efb294b6df9497224978d01.tar.bz2 podman-debf23c72ae1638a7efb294b6df9497224978d01.zip |
Merge pull request #1213 from mheon/bump-0.8.1
Bump to 0.8.1
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 8b8b2d554..1a850a55d 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -51,7 +51,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0.8.1 +Version: 0.8.2 Release: #COMMITDATE#.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 |