From fe699b433398818cf2145d2ca4d2e364a089a4d2 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Tue, 12 Dec 2023 23:20:09 +0100 Subject: [PATCH] Version bump to 1.3.0 in preparation for upcoming release --- src/btop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;