From 55d6bc325f1c40a86582864cc56621b3175441ad Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 16 Aug 2024 15:52:55 -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 4e6f5c7..7340ab8 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.14"; +String versionDate = "2024.08.16"; Configuration Config; WiFiClient espClient;