From 00b12c2bf50dbe137ac6994e4a2049102482f607 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 5 Aug 2024 15:43:42 -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 cf52980..57b8303 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -38,7 +38,7 @@ ________________________________________________________________________________ #include "A7670_utils.h" #endif -String versionDate = "2024.08.03"; +String versionDate = "2024.08.05"; Configuration Config; WiFiClient espClient;