From f9352715199054a5ed1d6a7c94f486b056b629b8 Mon Sep 17 00:00:00 2001 From: dingo35 Date: Sun, 8 Jan 2023 15:09:44 +0100 Subject: [PATCH] evse.h: bump to version v1.5.1 --- SmartEVSE-3/include/evse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartEVSE-3/include/evse.h b/SmartEVSE-3/include/evse.h index 604f67ee..fc05f129 100644 --- a/SmartEVSE-3/include/evse.h +++ b/SmartEVSE-3/include/evse.h @@ -45,7 +45,7 @@ #ifndef VERSION #if DBG == 0 -#define VERSION "v3serkri-1.5.0" +#define VERSION "v3serkri-1.5.1" #else //please note that this version will only be displayed with the correct time/date if the program is recompiled //so the webserver will show correct version if evse.cpp is recompiled