updated version to v0.0.2

This commit is contained in:
georgemoralis 2023-10-21 21:37:17 +03:00
parent a805718d6c
commit 680b986bbc

View file

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