diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-04-05 13:11:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 13:11:02 -0400 |
commit | fbc9d189b1e400fc0277c84adcd8db053a8adaeb (patch) | |
tree | 4b29b8f6c0480faaf427a28886871cb089c62837 /contrib | |
parent | 54bd0ae71671084c53bdd7e675e23c657d410280 (diff) | |
parent | 782cf60ebbd0e336efa5f0f5d040104bd02460a6 (diff) | |
download | podman-fbc9d189b1e400fc0277c84adcd8db053a8adaeb.tar.gz podman-fbc9d189b1e400fc0277c84adcd8db053a8adaeb.tar.bz2 podman-fbc9d189b1e400fc0277c84adcd8db053a8adaeb.zip |
Merge pull request #595 from mheon/bump_0_4_1
Bump to v0.4.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 893dfa234..ef42ad090 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -44,7 +44,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0.4.1 +Version: 0.4.2 Release: git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 |