Bump to v1.19.0-dev

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat 2020-11-16 09:45:35 -05:00
parent d3a01d0041
commit a65e628f2c
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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