From 8277fd228e2bd12a22ddc6e9ee7172ad09979537 Mon Sep 17 00:00:00 2001 From: FUJIURA Toyonori Date: Sun, 27 Mar 2022 10:05:25 +0900 Subject: [PATCH] Change 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 b3cbeef1..b839e471 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -20,7 +20,7 @@ #include "TaskWifi.h" #include "project_configuration.h" -#define VERSION "22.12.2" +#define VERSION "22.12.3" #define MODULE_NAME "Main" String create_lat_aprs(double lat);