From 7e91317730bb68eb52cdabd21a328c0b5d7cd7c7 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 8 Jun 2024 15:59:16 -0400 Subject: [PATCH] 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 15161e5..e21a90b 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.08"; +String versionDate = "2024.06.09"; Configuration Config; WiFiClient espClient;