From fe9c74708dbdbdfe24bf3b2b2e71122b6243fa62 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 9 Oct 2022 17:42:42 +0200 Subject: [PATCH] Update version string --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7eb00a3..612890c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,7 @@ #include #include -#define VERSION "v0.2.1" +#define VERSION "v0.3" WUMS_MODULE_EXPORT_NAME("homebrew_rpx_loader"); WUMS_USE_WUT_DEVOPTAB();