Update version string

This commit is contained in:
Maschell 2022-10-09 15:45:14 +02:00
parent 4373b9afe1
commit 6f6d0ce64c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <cstring>
#include <memory/mappedmemory.h>
#define VERSION "v0.1"
#define VERSION "v0.1.1"
WUMS_MODULE_EXPORT_NAME("homebrew_patchmemoryrelocations");
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();