started 0.0.3 WIP

This commit is contained in:
georgemoralis 2023-10-22 00:20:51 +03:00
parent f77fd1a342
commit f39744cf62
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"; constexpr char VERSION[] = "0.0.3 WIP";
} }