From 367ccd61ec2228628ad55ab2608b4ec6a7433574 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 17 Feb 2022 22:00:34 +0100 Subject: [PATCH] update version --- 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 94b5cbf..4f07a62 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.50.0" +#define VERSION "22.7.0" String create_lat_aprs(double lat); String create_long_aprs(double lng);