diff --git a/Software/Software.ino b/Software/Software.ino index a1ba99bc..fc9a8462 100644 --- a/Software/Software.ino +++ b/Software/Software.ino @@ -49,7 +49,7 @@ volatile unsigned long long bmsResetTimeOffset = 0; // The current software version, shown on webserver -const char* version_number = "8.11.dev"; +const char* version_number = "8.11.0"; // Interval timers unsigned long previousMillis10ms = 0;