Skip to content

Commit

Permalink
Merge pull request #260 from containers/bump_v0.9.1
Browse files Browse the repository at this point in the history
bump to 0.9.1
  • Loading branch information
navidys authored Mar 10, 2023
2 parents f1ac545 + d77db5f commit 37e99d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.9.0"
appVersion = "0.9.1"
)

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

Name: podman-tui
Version: 0.9.0
Version: 0.9.1
Release: 1%{?dist}
Summary: Podman Terminal User Interface
License: ASL 2.0
Expand Down Expand Up @@ -60,6 +60,9 @@ install -p ./bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{name}

%changelog
* Fri Mar 10 2023 Navid Yaghoobi <[email protected]> 0.9.1-1
- Container create error fix when selecting a volume

* Sun Mar 05 2023 Navid Yaghoobi <[email protected]> 0.9.0-1
- New feature - container healthcheck
- UI style update
Expand Down

0 comments on commit 37e99d3

Please sign in to comment.