diff --git a/buildah.go b/buildah.go index 059f0edd816..2ece11acdb4 100644 --- a/buildah.go +++ b/buildah.go @@ -27,7 +27,7 @@ const ( Package = "buildah" // Version for the Package. Bump version in contrib/rpm/buildah.spec // too. - Version = "1.14.7" + Version = "1.15.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 diff --git a/contrib/rpm/buildah.spec b/contrib/rpm/buildah.spec index 10ec5321b7b..ea6f7e15dcc 100644 --- a/contrib/rpm/buildah.spec +++ b/contrib/rpm/buildah.spec @@ -26,7 +26,7 @@ Name: buildah # Bump version in buildah.go too -Version: 1.14.7 +Version: 1.15.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 +* Tue Apr 7, 2020 Tom Sweeney 1.15.0-dev-1 + * Tue Apr 7, 2020 Tom Sweeney 1.14.7-1 - Bump github.com/containers/image/v5 from 5.3.1 to 5.4.3 - make vendor: run `tidy` after `vendor`