Skip to content

Commit

Permalink
bump to 0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Mar 10, 2023
1 parent f1ac545 commit d77db5f
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 d77db5f

Please sign in to comment.