From a8e1a48d627e361908540b75d5a19e5bed7bd49e Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 7 Jun 2024 00:16:03 -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 e4cf45b..d83252e 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.04"; +String versionDate = "2024.06.07"; Configuration Config; WiFiClient espClient;