From ce7ed2519f4489cfe20ddd47665b1c3a1e284e7c Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 10 Jun 2024 13:17:01 -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 e21a90b..4313074 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.09"; +String versionDate = "2024.06.10"; Configuration Config; WiFiClient espClient;