Skip to content

Commit cf75552

Browse files
committed
Bump to v1.8.1
Signed-off-by: Navid Yaghoobi <[email protected]>
1 parent f4dd02c commit cf75552

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
appVersion = "1.8.0"
10+
appVersion = "1.8.1"
1111
)
1212

1313
// versionCmd represents the version command.

podman-tui.spec.rpkg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%global git0 https://%{import_path}
1616

1717
Name: podman-tui
18-
Version: 1.8.0
18+
Version: 1.8.1
1919
Release: 1%{?dist}
2020
Summary: Podman Terminal User Interface
2121
License: ASL 2.0
@@ -60,6 +60,9 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
6060
%{_bindir}/%{name}
6161

6262
%changelog
63+
* Sun Sep 28 2025 Navid Yaghoobi <[email protected]> 1.8.1-1
64+
65+
- Windows use default style colors
6366
* Sat Sep 13 2025 Navid Yaghoobi <[email protected]> 1.8.0-1
6467
- Bump github.com/containers/podman/v5 from 5.5.2 to 5.6.1
6568
- Bump actions/setup-python from 5 to 6

0 commit comments

Comments
 (0)