diff options
author | bd <bdunahu@operationnull.com> | 2025-04-27 23:57:31 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-27 23:57:31 -0400 |
commit | a872da5612eb73b841bdd052354a2f7b1007d873 (patch) | |
tree | 90633420f83bb7633852ef13731297773bc72e68 /gui | |
parent | ccd9b29afac5d745bba814551246edb7f681c711 (diff) |
version bump
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main.cc b/gui/main.cc index 9877a3c..c7b3d30 100644 --- a/gui/main.cc +++ b/gui/main.cc @@ -26,7 +26,7 @@ static Logger *global_log = Logger::getInstance(); -static std::string version_number = "v0.1"; +static std::string version_number = "v0.8"; // clang-format off static std::string banner = " _/_/_/ _/_/_/ _/_/_/ _/_/_/ \n" |