From a6243cbc3bc4121d8bdd0573bdc1980908737baa Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Tue, 1 Aug 2023 21:10:25 +0200 Subject: [PATCH] version bump --- 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 402badc..b6b1f9d 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.23.99" +#define VERSION "23.31.00" #define MODULE_NAME "Main" String create_lat_aprs(double lat);