From 7dd82c340407e0960cb95ae4c08a544ec06dc634 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 6 Aug 2023 22:54:20 +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 4e2c27b..0e9579d 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.31.00" +#define VERSION "23.31.01" #define MODULE_NAME "Main" String create_lat_aprs(double lat);