Update entry.cpp

This commit is contained in:
Maschell 2023-03-28 20:23:14 +02:00 committed by GitHub
parent d444cfedb7
commit 8f10bf95d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include <cstdint>
#include <list>
#define VERSION "v0.2.1"
#define VERSION "v0.2.2"
void CallInitHooksForModule(const std::shared_ptr<ModuleData> &curModule);