diff --git a/Software/Software.ino b/Software/Software.ino index 1b32468b..dcbc4502 100644 --- a/Software/Software.ino +++ b/Software/Software.ino @@ -50,7 +50,7 @@ volatile unsigned long long bmsResetTimeOffset = 0; // The current software version, shown on webserver -const char* version_number = "8.15.0"; +const char* version_number = "8.16.dev"; // Interval timers volatile unsigned long currentMillis = 0;