From 6d0e98f4a2abdf86ab1b8c82ced41cb95e90b3f8 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 9 Sep 2025 09:42:25 -0300 Subject: [PATCH] version 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 6d84272..e4047cf 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -67,7 +67,7 @@ ___________________________________________________________________*/ #endif -String versionDate = "2025-09-08"; +String versionDate = "2025-09-09"; String versionNumber = "3.1"; Configuration Config; WiFiClient aprsIsClient;