starting 0.3.1 WIP

This commit is contained in:
georgemoralis 2024-09-23 18:42:11 +03:00
parent 53f8b4cfaa
commit 6311406ba6

View file

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