From 68318ea7f0f2e76251a9bb10e6f1db38ca96584a Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 24 Jun 2021 21:46:28 +0200 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 d6ede91..08d2912 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.25.0" +#define VERSION "21.25.0-dev" String create_lat_aprs(double lat); String create_long_aprs(double lng);