From 44e4f8ec4119c3c0cef85c268362d12eb961c724 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 27 Mar 2022 01:28:33 +0100 Subject: [PATCH] version bump --- src/LoRa_APRS_iGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 2043e7d..de4cc71 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -20,7 +20,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "22.12.0" +#define VERSION "22.12.1" #define MODULE_NAME "Main" String create_lat_aprs(double lat);