diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-04-28 13:38:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 13:38:19 -0400 |
commit | 6562ed9a4e43c15c89fb20b9edc5128b4128929b (patch) | |
tree | 90633420f83bb7633852ef13731297773bc72e68 /gui/main.cc | |
parent | 013a79547aa465872d0262b2f5c24e73f9556869 (diff) | |
parent | a872da5612eb73b841bdd052354a2f7b1007d873 (diff) |
Merge pull request #74 from bdunahu/bdunahu
version bump + make cache generation more reasonable
Diffstat (limited to 'gui/main.cc')
-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" |