From 94105678a4ad368d4c160348fd6ef16bc24b2a76 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 6 Feb 2023 14:07:10 +0100 Subject: [PATCH] Update LoRa_APRS_iGate.cpp --- 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 53bd8e9..a3f1886 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -21,7 +21,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "23.04.0" +#define VERSION "23.06.0" #define MODULE_NAME "Main" String create_lat_aprs(double lat);