From 505bb3d5a4a88ad0f8fb8fa86821a5ee6aa822c8 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 20 Jun 2024 21:14:30 -0400 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 34e0751..19e8d56 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -37,7 +37,7 @@ ________________________________________________________________________________ #include "A7670_utils.h" #endif -String versionDate = "2024.06.18"; +String versionDate = "2024.06.20"; Configuration Config; WiFiClient espClient;