From 7b3558b892b13349d88fe5efebdd170581a05a96 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 19 Jul 2023 18:21:28 +0200 Subject: [PATCH] Bump version --- source/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/globals.h b/source/globals.h index 01f36bc..364835c 100644 --- a/source/globals.h +++ b/source/globals.h @@ -9,7 +9,7 @@ #include #include -#define VERSION "v0.2.3" +#define VERSION "v0.2.4" #define VERSION_FULL VERSION VERSION_EXTRA extern StoredBuffer gStoredTVBuffer;