From 5544b79cae9fa2b249dab4a533788ad4314782d4 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 23 Jul 2021 12:49:41 +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 08d2912..eb29c1f 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -18,7 +18,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "21.25.0-dev" +#define VERSION "21.29.0-dev" String create_lat_aprs(double lat); String create_long_aprs(double lng);