From e593b2c67077faafef8a06dafce56341857516dd Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" Date: Sat, 8 Nov 2025 21:16:03 -0300 Subject: [PATCH] version number 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 1436284..3385ad8 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -68,7 +68,7 @@ ___________________________________________________________________*/ String versionDate = "2025-11-08"; -String versionNumber = "3.1.4"; +String versionNumber = "3.1.4.1"; Configuration Config; WiFiClient aprsIsClient; WiFiClient mqttClient;