Bump version to 0.2.5

This commit is contained in:
Maschell 2024-05-08 11:19:19 +02:00
parent ea08593967
commit 2b0c1bdd77

View File

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