diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2019-01-11 15:24:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 15:24:11 -0500 |
commit | dc5c061cdcad2f815d9f8c0556a3e13824e6ba75 (patch) | |
tree | b1e6dc29d5f401dac67094121bca3c862d658f31 /contrib | |
parent | d32e2d1fecb80f74a727f857bacda08bea9b7d67 (diff) | |
parent | e01e405d3ad6b975e20d183dc49839eee513f9f4 (diff) | |
download | podman-dc5c061cdcad2f815d9f8c0556a3e13824e6ba75.tar.gz podman-dc5c061cdcad2f815d9f8c0556a3e13824e6ba75.tar.bz2 podman-dc5c061cdcad2f815d9f8c0556a3e13824e6ba75.zip |
Merge pull request #2146 from mheon/release_v1.0
Bump to v1.0
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 16cf01976..bf75522dc 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -39,7 +39,7 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -Version: 0.12.2 +Version: 1.0.1 Release: #COMMITDATE#.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 |