From 7326a60ee2ce55d33cb3d56320a02c6fb804e965 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 11 Feb 2021 23:03:59 +0100 Subject: [PATCH] version push --- 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 3888317..faf1db5 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -20,7 +20,7 @@ #include "TaskOTA.h" #include "TaskWifi.h" -#define VERSION "21.04.0-dev" +#define VERSION "21.06.0-dev" String create_lat_aprs(double lat); String create_long_aprs(double lng);