From 400b77c2d3d59cc9cd401e9615e77b12edbe91ff Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" Date: Mon, 22 Dec 2025 19:57:18 -0300 Subject: [PATCH] date 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 9cb2a0b..d474966 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -67,7 +67,7 @@ ___________________________________________________________________*/ #endif -String versionDate = "2025-12-18"; +String versionDate = "2025-12-22"; String versionNumber = "3.1.6.1"; Configuration Config; WiFiClient aprsIsClient;