0.5.1 WIP started

This commit is contained in:
georgemoralis 2024-12-25 22:42:49 +02:00
parent 334d013f36
commit 8d262ce40c

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