Bump version

This commit is contained in:
Maschell 2023-07-19 19:33:56 +02:00 committed by GitHub
parent 7997cfc071
commit 514e71e1ad
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.2"
#define VERSION "v0.2.3"
void CallInitHooksForModule(const std::shared_ptr<ModuleData> &curModule);