From 14e5049d0ad3718081a528a368edd6dee6933cd2 Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 6 Apr 2026 10:29:47 +0200 Subject: [PATCH] Bump Version --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index f0679d1..b796ac2 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -10,7 +10,7 @@ #include "logger.h" #endif -#define VERSION "v0.2.6" +#define VERSION "v0.2.7" WUMS_MODULE_EXPORT_NAME("homebrew_memorymapping"); WUMS_MODULE_SKIP_INIT_FINI();