diff --git a/Software/Software.ino b/Software/Software.ino index d7e1b545..b3f8b66c 100644 --- a/Software/Software.ino +++ b/Software/Software.ino @@ -41,7 +41,7 @@ volatile unsigned long long bmsResetTimeOffset = 0; // The current software version, shown on webserver -const char* version_number = "9.0.RC2"; +const char* version_number = "9.0.RC2experimental"; // Interval timers volatile unsigned long currentMillis = 0;