tagged 0.2.0 release

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

View File

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