From 992550e209033f58e5d5896ffb034443222895aa Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Mon, 1 Sep 2025 17:01:59 +0200 Subject: [PATCH] Versioning --- src/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.h b/src/constants.h index 61c757c..bdcf23a 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,7 +1,7 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-variable" -#define VERSION "v2.20.1" +#define VERSION "v2.20.2" #define ON 1 #define OFF 0