From e5b63ebf9fb330ce06d55700efc92d487be7ef46 Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 19 Sep 2022 21:58:23 +0200 Subject: [PATCH] Bump the version --- source/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/globals.h b/source/globals.h index 1e9f06e..d6a6448 100644 --- a/source/globals.h +++ b/source/globals.h @@ -8,7 +8,7 @@ #include #include -#define VERSION "v0.1" +#define VERSION "v0.1.1" #define VERSION_FULL VERSION VERSION_EXTRA extern StoredBuffer gStoredTVBuffer;