From 4ffaf1370babfe901ad91331ae1abab438a6cc8c Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Wed, 3 Sep 2025 16:39:47 +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 bdcf23a..6a7c2fa 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.2" +#define VERSION "v2.20.3" #define ON 1 #define OFF 0