From fe17aaddb6f2c0a682b3bc7648ca501b871358f6 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 10 Apr 2021 00:43:18 +0200 Subject: [PATCH] Update LoRa_APRS_iGate.cpp --- 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 e7f3308..80f60c3 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.12.0-dev" +#define VERSION "21.14.0-dev" String create_lat_aprs(double lat); String create_long_aprs(double lng);