From 27d1996d10baa31b75cd98aa8051bba0dfed8f43 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 27 Mar 2021 23:40:38 +0100 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 4f5059c..1d62d38 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.10.0-dev" +#define VERSION "21.12.0-dev" String create_lat_aprs(double lat); String create_long_aprs(double lng);