From 15c0971aaed0095f88126ad0732df1ace89a0f46 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 9 Oct 2022 16:43:45 +0200 Subject: [PATCH] Update version string --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index ffaa951..b3d1197 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -11,7 +11,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_basemodule"); WUMS_MODULE_SKIP_INIT_FINI(); -#define VERSION "v0.1.3" +#define VERSION "v0.2.0" WUMS_INITIALIZE(args) { initLogging();