diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-05-18 12:43:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-18 12:43:05 -0400 |
commit | 228c71b1dadaa8894648111982d09c76b066e3c9 (patch) | |
tree | 0c8011a9d6fced4e1de93f326438f4de657a03e5 /contrib | |
parent | bbc522be8ec55e16c6555a09ae1c33f6f2247358 (diff) | |
parent | 133df588a61272c02fd0da2ccf30d36cb48978bc (diff) | |
download | podman-228c71b1dadaa8894648111982d09c76b066e3c9.tar.gz podman-228c71b1dadaa8894648111982d09c76b066e3c9.tar.bz2 podman-228c71b1dadaa8894648111982d09c76b066e3c9.zip |
Merge pull request #803 from mheon/bump_0_5_3
Bump to v0.5.3
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 33f69616c..d0ddcea25 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -45,7 +45,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0.5.3 +Version: 0.5.4 Release: #COMMITDATE#.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 |