diff --git a/cmd/version.go b/cmd/version.go index ef26f2120..9a58e0a31 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - appVersion = "0.16.0-dev" + appVersion = "0.16.0" ) // versionCmd represents the version command. diff --git a/podman-tui.spec.rpkg b/podman-tui.spec.rpkg index 807419b00..bcc304dce 100644 --- a/podman-tui.spec.rpkg +++ b/podman-tui.spec.rpkg @@ -16,7 +16,7 @@ Name: podman-tui Version: 0.16.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Podman Terminal User Interface License: ASL 2.0 URL: %{git0} @@ -60,7 +60,11 @@ install -p ./bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{name} %changelog -* Wed Dec 20 2023 Navid Yaghoobi 0.16.0-dev-1 +* Sun Jan 21 2024 Navid Yaghoobi 0.16.0-1 +- Bump github.com/containers/podman/v4 from 4.8.2 to 4.8.3 +- Bump github.com/containerd/containerd from 1.7.9 to 1.7.11 +- Bump golang.org/x/crypto from 0.17.0 to 0.18.0 +- Bump github.com/containers/common from 0.57.1 to 0.57.2 * Wed Dec 20 2023 Navid Yaghoobi 0.15.0-1 - Bump golang.org/x/crypto from 0.16.0 to 0.17.0 [CVE-2023-48795]