Skip to content

Commit

Permalink
Merge pull request #428 from navidys/bump-0.17.0
Browse files Browse the repository at this point in the history
Bump 0.17.0
  • Loading branch information
navidys authored Feb 4, 2024
2 parents 1ed3b99 + 20985d5 commit dd0ba1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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.18.0-dev"
)

// versionCmd represents the version command.
Expand Down
11 changes: 8 additions & 3 deletions podman-tui.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
%global git0 https://%{import_path}

Name: podman-tui
Version: 0.17.0
Release: dev.1%{?dist}
Version: 0.18.0
Release: 1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
URL: %{git0}
Expand Down Expand Up @@ -60,7 +60,12 @@ 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.18.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 dd0ba1a

Please sign in to comment.