diff --git a/CHANGELOG.md b/CHANGELOG.md index e667d73..af65b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.9.25 + +* Fixed: Crash when using "/proc" data collection and filesystem type is 9p, by @bolapara + ## v0.9.24 * Fixed: Psutil script crash on OSX diff --git a/bashtop b/bashtop index 12aa288..517bd4b 100755 --- a/bashtop +++ b/bashtop @@ -93,7 +93,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.24" +declare version="0.9.25" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop