marked 0.4.0 release

This commit is contained in:
georgemoralis 2024-10-31 16:58:57 +02:00
parent cdae6a4ce5
commit 8d15388aeb

View File

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