starting 0.2.1

This commit is contained in:
georgemoralis 2024-08-15 19:58:18 +03:00
parent da9b26fa1e
commit e96e66eedd
1 changed files with 2 additions and 2 deletions

View File

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