Bump the version

This commit is contained in:
Maschell 2022-09-19 22:25:55 +02:00
parent e33fe06ec5
commit bfa09b1ccb

View File

@ -11,7 +11,7 @@
WUMS_MODULE_EXPORT_NAME("homebrew_basemodule"); WUMS_MODULE_EXPORT_NAME("homebrew_basemodule");
WUMS_MODULE_SKIP_INIT_FINI(); WUMS_MODULE_SKIP_INIT_FINI();
#define VERSION "v0.1.2" #define VERSION "v0.1.3"
WUMS_INITIALIZE(args) { WUMS_INITIALIZE(args) {
initLogging(); initLogging();