Bump to v1.19.0-dev
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
parent
d3a01d0041
commit
a65e628f2c
|
@ -28,7 +28,7 @@ const (
|
|||
Package = "buildah"
|
||||
// Version for the Package. Bump version in contrib/rpm/buildah.spec
|
||||
// too.
|
||||
Version = "1.18.0"
|
||||
Version = "1.19.0-dev"
|
||||
// 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
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
Name: buildah
|
||||
# Bump version in buildah.go too
|
||||
Version: 1.18.0
|
||||
Version: 1.19.0-dev
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used to creating OCI Images
|
||||
License: ASL 2.0
|
||||
|
@ -99,6 +99,8 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
|||
%{_datadir}/bash-completion/completions/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16, 2020 Tom Sweeney <tsweeney@redhat.com> 1.19.0-dev-1
|
||||
|
||||
* Mon Nov 16, 2020 Tom Sweeney <tsweeney@redhat.com> 1.18.0-1
|
||||
- Fix testing error caused by simultanious merge
|
||||
- Vendor in containers/storage v1.24.0
|
||||
|
|
Loading…
Reference in New Issue