diff options
author | aristocratos <gnmjpl@gmail.com> | 2020-07-14 19:40:54 +0200 |
---|---|---|
committer | aristocratos <gnmjpl@gmail.com> | 2020-07-14 19:40:54 +0200 |
commit | b8cb8d34b17b4ac3accbd5c8eac16a8a140a0f48 (patch) | |
tree | 4bdca02439593d4110ad8710bd5ee689e0c46054 | |
parent | 4f7b332b15f748e691ba26271af7fa4ee58f8910 (diff) |
v0.9.24 Fixes for OsXv0.9.24
-rwxr-xr-x | bashtop | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.23" +declare version="0.9.24" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop |