started 0.6.1 WIP

This commit is contained in:
georgemoralis 2025-01-31 10:33:17 +02:00
parent ec7a541263
commit 8057ed408c

View file

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