0.5.1 WIP started

This commit is contained in:
georgemoralis 2024-12-25 22:42:49 +02:00
parent a1a98966ee
commit 3a1a3fc75e

View file

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