From 7b4e5546b6b6e1c20060389fb2dc3e9c1b8ff9bf Mon Sep 17 00:00:00 2001 From: Fred Date: Fri, 8 Jan 2021 16:58:22 -0500 Subject: [PATCH] Update version.h --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index e60dd91..43f4764 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,7 @@ #include "StringFormatter.h" // const char VERSION[] PROGMEM ="0.2.0"; -#define VERSION "3.0.1" +#define VERSION "3.0.2" #endif