summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-09-18 20:20:02 +0200
committeraristocratos <gnmjpl@gmail.com>2021-09-18 20:20:02 +0200
commit91025a8025826c73b126db69dcdd9a1bfee4bb2a (patch)
tree1d513817bb4e1e6fd1a0d0e018dd1afa516c8093
parent8ea296dcea17ddeab455f8e0f873ad70df3cef31 (diff)
v1.0.1 Bug fixesv1.0.1
-rw-r--r--src/btop.cpp2
1 files changed, 1 insertions, 1 deletions
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;