From 1e3af06d9bdf468e4800f37867fcf50c2a2edcb8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 11 Jan 2023 11:25:31 +0100 Subject: [PATCH] Bump the version to 0.2.1 --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.h b/src/globals.h index 330b112..1158868 100644 --- a/src/globals.h +++ b/src/globals.h @@ -3,7 +3,7 @@ #include "version.h" #include -#define VERSION "v0.2" +#define VERSION "v0.2.1" #define VERSION_FULL VERSION VERSION_EXTRA extern int gForceSettingsEnabled;