From c01291d15f6cc6e2b7a280ce14fe34911e6967cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Sun, 7 Sep 2025 13:22:54 +0300 Subject: [PATCH] Update Software.cpp --- Software/Software.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Software.cpp b/Software/Software.cpp index 6d0f785f..978d8d39 100644 --- a/Software/Software.cpp +++ b/Software/Software.cpp @@ -34,7 +34,7 @@ #endif // The current software version, shown on webserver -const char* version_number = "9.0.RC7experimental"; +const char* version_number = "9.0.RC7"; // Interval timers volatile unsigned long currentMillis = 0;