Skip to content

Commit

Permalink
Bump to v0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Feb 4, 2024
1 parent 1ed3b99 commit b435092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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 = "0.17.0-dev"
appVersion = "0.17.0"
)

// versionCmd represents the version command.
Expand Down
7 changes: 5 additions & 2 deletions podman-tui.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -60,7 +60,10 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Sun Jan 21 2024 Navid Yaghoobi <[email protected]> 0.17.0-dev-1
* Sun Feb 04 2024 Navid Yaghoobi <[email protected]> 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 <[email protected]> 0.16.0-1
- Bump github.com/containers/podman/v4 from 4.8.2 to 4.8.3
Expand Down

0 comments on commit b435092

Please sign in to comment.