From 3e7be32c1f80c5155f68709d114c7ba693a9f1ae Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 19 Jul 2023 19:33:19 +0200 Subject: [PATCH] Bump version --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.h b/src/globals.h index 546fe19..a5bd009 100644 --- a/src/globals.h +++ b/src/globals.h @@ -3,7 +3,7 @@ #include "version.h" #include -#define VERSION "v0.2.2" +#define VERSION "v0.2.3" #define VERSION_FULL VERSION VERSION_EXTRA extern int gForceSettingsEnabled;