From 12c565681ffae3239319bf77a0b2155926991084 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 19 Feb 2023 18:52:49 +0100 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 cb67dac..72273a4 100644 --- a/source/globals.h +++ b/source/globals.h @@ -9,7 +9,7 @@ #include #include -#define VERSION "v0.2.1" +#define VERSION "v0.2.2" #define VERSION_FULL VERSION VERSION_EXTRA extern StoredBuffer gStoredTVBuffer;