From 092e3039c1f1186499363eb3de532a2fb502b3a8 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Thu, 16 Jan 2025 22:34:04 -0500 Subject: [PATCH] version 0.2.0 --- src/cosmotop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cosmotop.cpp b/src/cosmotop.cpp index 42ae9f4..31b5020 100644 --- a/src/cosmotop.cpp +++ b/src/cosmotop.cpp @@ -77,7 +77,7 @@ namespace Global { {"#062c43", "██████╗ ██████║ ██████║ ██║ ██║ ██████║ ██║ ██████║ ██║"}, {"#000000", "╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "0.1.0"; + const string Version = "0.2.0"; int coreCount; string overlay;