starting 0.4.1

This commit is contained in:
georgemoralis 2024-10-31 17:35:39 +02:00
parent 67dfc7916c
commit 72440a4996

View File

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