From ce833ea7be8b278b76ae81e0cbc94c60c53bcc02 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 9 Jun 2023 18:22:57 +0200 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 e568b9a..6390976 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -22,7 +22,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "23.06.0" +#define VERSION "23.23.99" #define MODULE_NAME "Main" String create_lat_aprs(double lat);