tagged v0.7.0

This commit is contained in:
georgemoralis 2025-03-23 00:14:04 +02:00
parent 2e54afb295
commit 3b2c012723
2 changed files with 5 additions and 2 deletions

View file

@ -8,7 +8,7 @@
namespace Common {
constexpr char VERSION[] = "0.6.1 WIP";
constexpr bool isRelease = false;
constexpr char VERSION[] = "0.7.0";
constexpr bool isRelease = true;
} // namespace Common