diff --git a/cmd/version.go b/cmd/version.go index d7caa3b8d..939cd8a70 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.17.0-dev" + appVersion = "0.17.0" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index 95230f869..aa5a94b51 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -16,7 +16,7 @@ Name: podman-tui Version: 0.17.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,7 +60,10 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Sun Jan 21 2024 Navid Yaghoobi 0.17.0-dev-1 +* Sun Feb 04 2024 Navid Yaghoobi 0.17.0-1 +- Bump github.com/containers/podman/v4 to 4.9.2 +- Bump github.com/containers/common to 0.57.4 +- Go version update to 1.20 * Sun Jan 21 2024 Navid Yaghoobi 0.16.0-1 - Bump github.com/containers/podman/v4 from 4.8.2 to 4.8.3