From df03a49123009fbb40ac242beebb14f6a1b2baa9 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 6 Jan 2025 10:14:51 -0300 Subject: [PATCH] version update --- 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 71d2b46d..dc82a2a0 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -48,7 +48,7 @@ ___________________________________________________________________*/ #include "A7670_utils.h" #endif -String versionDate = "2025.01.04"; +String versionDate = "2025.01.06"; Configuration Config; WiFiClient espClient; #ifdef HAS_GPS