summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2023-12-12 23:20:09 +0100
committeraristocratos <gnmjpl@gmail.com>2023-12-12 23:20:09 +0100
commitfe699b433398818cf2145d2ca4d2e364a089a4d2 (patch)
treeb6a85392a8b45f433a23bd2e8b74e0d442b42c9b
parent2d2df23198b6b08bdce21ee0d4f7e3a2b6c37d0b (diff)
Version bump to 1.3.0 in preparation for upcoming release
-rw-r--r--src/btop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btop.cpp b/src/btop.cpp
index b58127c..252f2a9 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -75,7 +75,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.2.13";
+ const string Version = "1.3.0";
int coreCount;
string overlay;