Bump version to 0.2.1

This commit is contained in:
Maschell 2023-01-10 18:05:24 +01:00
parent bd836ed3aa
commit 24013d147f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_basemodule");
WUMS_MODULE_SKIP_INIT_FINI();
WUMS_DEPENDS_ON(homebrew_functionpatcher);
#define VERSION "v0.2.0"
#define VERSION "v0.2.1"
WUMS_INITIALIZE(args) {
initLogging();