updated version to v0.0.2

This commit is contained in:
georgemoralis 2023-10-21 21:37:17 +03:00
parent e9d2d37aae
commit 1b483f1f03
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
#include <string_view> #include <string_view>
namespace Emulator { namespace Emulator {
constexpr char VERSION[] = "0.0.2 WIP"; constexpr char VERSION[] = "0.0.2";
} }