diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-07-13 16:42:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 16:42:29 -0400 |
commit | 8acdb4338bf0c678ea77919ec6381d27f1482436 (patch) | |
tree | 09fc06a7f66da5d570fed4efd7c6b776a7a2e53b /contrib | |
parent | 4729fd425588e17eff4f575d433f1075d4e27bb4 (diff) | |
parent | fa88d376ba531df72b17626b1792d9c4c58f1593 (diff) | |
download | podman-8acdb4338bf0c678ea77919ec6381d27f1482436.tar.gz podman-8acdb4338bf0c678ea77919ec6381d27f1482436.tar.bz2 podman-8acdb4338bf0c678ea77919ec6381d27f1482436.zip |
Merge pull request #1093 from mheon/bump-0.7.2
Bump to 0.7.2
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 9d8acce23..6a7273b88 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.2 +Version: 0.7.3 Release: #COMMITDATE#.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 |