tagged 0.6.0 release

This commit is contained in:
georgemoralis 2025-01-31 09:53:35 +02:00
parent a55cec1954
commit ec7a541263

View file

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