From 91025a8025826c73b126db69dcdd9a1bfee4bb2a Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 18 Sep 2021 20:20:02 +0200 Subject: v1.0.1 Bug fixes --- src/btop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/btop.cpp b/src/btop.cpp index ec12c12..f364ac7 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -55,7 +55,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.0"; + const string Version = "1.0.1"; int coreCount; string overlay; -- cgit v1.2.3