summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-11-27 18:52:10 +0100
committeraristocratos <gnmjpl@gmail.com>2021-11-27 18:52:10 +0100
commit48cbe688c5672572049c1064f8429735b27ffd30 (patch)
tree79406188c740457b71cea5eef130e78052e8bf8f /src
parent9465e9b01439b6c3c941c89ab062461a595292ed (diff)
v1.1.2 Bug fixesv1.1.2
Diffstat (limited to 'src')
-rw-r--r--src/btop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btop.cpp b/src/btop.cpp
index f015308..a07a8c5 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -56,7 +56,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.1.1";
+ const string Version = "1.1.2";
int coreCount;
string overlay;