From 5333b7889f9dd4e50ca1b632e207fc8d39162605 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Fri, 11 Dec 2020 22:02:11 +0100 Subject: [PATCH] bugfix patches go in now --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index d0c09b9..e60dd91 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.0" +#define VERSION "3.0.1" #endif