File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 77)
88
99const (
10- appVersion = "1.6.0-dev "
10+ appVersion = "1.5.0 "
1111)
1212
1313// versionCmd represents the version command.
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/containers/podman-tui
22
33go 1.23.0
44
5- toolchain go1.24.1
6-
75require (
86 github.com/BurntSushi/toml v1.5.0
97 github.com/containers/buildah v1.39.4
Original file line number Diff line number Diff line change 1515%global git0 https://%{import_path}
1616
1717Name: podman-tui
18- Version: 1.6 .0
19- Release: dev. 1%{?dist}
18+ Version: 1.5 .0
19+ Release: 1%{?dist}
2020Summary: Podman Terminal User Interface
2121License: ASL 2.0
2222URL: %{git0}
@@ -60,8 +60,6 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
6060%{_bindir}/%{name}
6161
6262%changelog
63- * Sun Apr 06 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.6.0-dev-1
64-
6563* Sun Apr 06 2025 Navid Yaghoobi <navidys@fedoraproject.org> 1.5.0-1
6664- Go update to v1.23.0 + Golangci-lint update to v1.64.4
6765- UI input check trim spaces
You can’t perform that action at this time.
0 commit comments