Bump version to 0.9
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #345 Approved by: rhatdan
This commit is contained in:
parent
2dd03d6741
commit
04ea079130
|
@ -20,7 +20,7 @@ const (
|
|||
// identify working containers.
|
||||
Package = "buildah"
|
||||
// Version for the Package
|
||||
Version = "0.8"
|
||||
Version = "0.9"
|
||||
// The value we use to identify what type of information, currently a
|
||||
// serialized Builder structure, we are using as per-container state.
|
||||
// This should only be changed when we make incompatible changes to
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: buildah
|
||||
Version: 0.8
|
||||
Version: 0.9
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used to creating OCI Images
|
||||
License: ASL 2.0
|
||||
|
|
Loading…
Reference in New Issue