From f49a0e5719ed86741d10b3aaf9261a3c37abc126 Mon Sep 17 00:00:00 2001 From: barry-ha Date: Mon, 11 Mar 2024 20:44:57 -0700 Subject: [PATCH] bumped version to 1.14.4 --- constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.h b/constants.h index 9be5265..b26fd4f 100644 --- a/constants.h +++ b/constants.h @@ -5,7 +5,7 @@ #if defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) #define PROGRAM_VERSION "v1.14 PCB v.7" #else -#define PROGRAM_VERSION "v1.14.3 pcb12" +#define PROGRAM_VERSION "v1.14.4 pcb12" #endif #define PROGRAM_LINE1 "Barry K7BWH" #define PROGRAM_LINE2 "John KM7O"