From 874e54a4d76d3e2d5c7caf3f8a16575cb15a4df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Mon, 26 Feb 2024 13:13:24 +0200 Subject: [PATCH] Update version number --- Software/Software.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Software.ino b/Software/Software.ino index 84525c15..5b97aaef 100644 --- a/Software/Software.ino +++ b/Software/Software.ino @@ -23,7 +23,7 @@ #endif Preferences settings; // Store user settings -const char* version_number = "5.3.0"; // The current software version, shown on webserver +const char* version_number = "5.4.dev"; // The current software version, shown on webserver // Interval settings int intervalUpdateValues = 4800; // Interval at which to update inverter values / Modbus registers const int interval10 = 10; // Interval for 10ms tasks