From e5a1dcdff869f83ed590d2e68d43d9a7021532dd Mon Sep 17 00:00:00 2001 From: rehius <128579193+rehius@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:36:34 +0000 Subject: [PATCH] Update config.h --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6f01cae..b41fa04 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define OFFSET_MAX 6900 #define VER_HI 2 -#define VER_LO 75 +#define VER_LO 76 bool is_configured(); void init_config();