From 3881b765f006bebeb0b58acc3bd0d7f194733ee2 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Tue, 16 Mar 2021 22:09:47 +0100 Subject: [PATCH] version update --- 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 2417f76..2eb5f57 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -17,7 +17,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "21.10.0" +#define VERSION "21.10.0-dev" String create_lat_aprs(double lat); String create_long_aprs(double lng);