Skip to content

Commit

Permalink
Bump to v1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Sep 27, 2024
1 parent 9ea19c4 commit 675bda8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
appVersion = "1.2.1"
appVersion = "1.2.2"
)

// versionCmd represents the version command.
Expand Down
7 changes: 6 additions & 1 deletion podman-tui.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global git0 https://%{import_path}

Name: podman-tui
Version: 1.2.1
Version: 1.2.2
Release: 1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
Expand Down Expand Up @@ -60,6 +60,11 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Fri Sep 27 2024 Navid Yaghoobi <[email protected]> 1.2.2-1
- Bump github.com/containers/podman/v5 from 5.2.2 to 5.2.3
- Bump github.com/containers/buildah from 1.37.2 to 1.37.3
- Bump github.com/containers/common from 0.60.2 to 0.60.3

* Sat Aug 24 2024 Navid Yaghoobi <[email protected]> 1.2.1-1
- Correct spelling of 'prune'
- Bump github.com/containers/podman/v5 from 5.2.1 to 5.2.2
Expand Down

0 comments on commit 675bda8

Please sign in to comment.