From 8029c7f51fa76ab7b5bacef054701d38ed9b8b7e Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 28 Mar 2022 22:22:36 +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 b90f582..4dbc9cd 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -20,7 +20,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "22.13.1" +#define VERSION "22.13.2" #define MODULE_NAME "Main" String create_lat_aprs(double lat);