From 12d0bb760e2ed1d05d2decc5c66029110f5da1ea Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" Date: Mon, 16 Feb 2026 23:46:03 -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 2f286d0..a8f6ec9 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -67,7 +67,7 @@ ___________________________________________________________________*/ #endif -String versionDate = "2026-01-21"; +String versionDate = "2026-02-16"; String versionNumber = "3.2"; Configuration Config; WiFiClient aprsIsClient;