From cf069fd7c0b41220d23e8ebdf3ec3150b32c17ca Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 19 Sep 2022 22:13:12 +0200 Subject: [PATCH] Bump the version --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.h b/src/globals.h index 706a2d0..330b112 100644 --- a/src/globals.h +++ b/src/globals.h @@ -3,7 +3,7 @@ #include "version.h" #include -#define VERSION "v0.1" +#define VERSION "v0.2" #define VERSION_FULL VERSION VERSION_EXTRA extern int gForceSettingsEnabled;