added 0.3.0 version

This commit is contained in:
georgemoralis 2024-09-23 18:17:50 +03:00
parent cd7268a70e
commit 7df3919617

View file

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