diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-07-06 14:34:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-06 14:34:46 -0400 |
commit | d61437f6892ca1527b263eb6c9850381c5f61b49 (patch) | |
tree | a08097e30a7a89120968f9fe5c8f61d1257560d2 /contrib | |
parent | b2344b83ed0bbbd1f8e3ec5efdf09c81ad169941 (diff) | |
parent | 0b4c3da47952a0b18501c72de646f263474a4c7f (diff) | |
download | podman-d61437f6892ca1527b263eb6c9850381c5f61b49.tar.gz podman-d61437f6892ca1527b263eb6c9850381c5f61b49.tar.bz2 podman-d61437f6892ca1527b263eb6c9850381c5f61b49.zip |
Merge pull request #1059 from mheon/bump-0.7.1
Bump to 0.7.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 309995c10..7a5c1be85 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.7.1 +Version: 0.7.2 Release: #COMMITDATE#.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 |