From fd24ce8598c91cf0889ede24431046e36f40b7ff Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 4 Aug 2025 14:50:33 -0400 Subject: [PATCH] versionDate 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 9f5fb56..6dce4c5 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -66,7 +66,7 @@ ___________________________________________________________________*/ #endif -String versionDate = "2025-07-26"; +String versionDate = "2025-08-04"; Configuration Config; WiFiClient espClient; #ifdef HAS_GPS