Skip to content

Commit

Permalink
[release-1.22] Bump to v1.22.3-dev
Browse files Browse the repository at this point in the history
As the title says

[NO TESTS NEEDED]
[NO NEW TESTS NEEDED]

Signed-off-by: TomSweeneyRedHat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Aug 19, 2021
1 parent 4f8fbfc commit 283ec4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Name: buildah
# Bump version in define/types.go too
Version: 1.22.2
Version: 1.22.3-dev
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -100,6 +100,8 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Thu Aug 19, 2021 Tom Sweeney <[email protected]> 1.22.3-dev-1

* Thu Aug 19, 2021 Tom Sweeney <[email protected]> 1.22.2-1
- [release-1.22] bump c/image to v5.15.2

Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.22.2"
Version = "1.22.3-dev"

// DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc"
Expand Down

0 comments on commit 283ec4e

Please sign in to comment.