From 945a51ad5a318cb58e47cc2be49054c60c596564 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 24 May 2021 10:37:39 +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 e2ffaea..01d62ba 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.14.0-dev" +#define VERSION "21.21.0-dev" String create_lat_aprs(double lat); String create_long_aprs(double lng);