starting v0.7.1 WIP

This commit is contained in:
georgemoralis 2025-03-23 00:27:20 +02:00
parent 3b2c012723
commit d7b947dd79

View file

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