Update the version string

This commit is contained in:
Maschell 2022-10-09 16:26:44 +02:00
parent 861fea59a6
commit f6330a99a7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include <coreinit/memexpheap.h>
#include <cstdint>
#define VERSION "v0.1"
#define VERSION "v0.2"
void CallInitHooksForModule(const std::shared_ptr<ModuleData> &curModule);