diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fad198..5ccf011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.9.23 + +* Fixed: kill/terminate/interrupt process not working in OsX and FreeBSD + ## v0.9.22 * Added: Added handler for mktemp failure for psutil script diff --git a/bashtop b/bashtop index 406e05f..ec5f2a7 100755 --- a/bashtop +++ b/bashtop @@ -93,7 +93,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.22" +declare version="0.9.23" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop