diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-29 16:00:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 16:00:47 -0400 |
commit | 8d114ea4d81df474137b73a656012716500a2242 (patch) | |
tree | 9029105eae887fee434a64f43550aae66e778305 /contrib | |
parent | 4c8c000f3aa0b25577338f805a07c16518890b3d (diff) | |
parent | 7a2298db6b489df721758c227deb239b76df548d (diff) | |
download | podman-8d114ea4d81df474137b73a656012716500a2242.tar.gz podman-8d114ea4d81df474137b73a656012716500a2242.tar.bz2 podman-8d114ea4d81df474137b73a656012716500a2242.zip |
Merge pull request #1029 from mheon/bump-0.6.5
Bump to v0.6.5
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 0837de8d8..309995c10 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.6.5 +Version: 0.7.1 Release: #COMMITDATE#.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 |