starting 0.2.1

This commit is contained in:
georgemoralis 2024-08-15 19:58:18 +03:00
parent ff9ece3e54
commit e04a4673c8

View file

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