Update version number

This commit is contained in:
Daniel Öster 2025-09-09 20:46:31 +03:00
parent f609427e00
commit 5f73a4c32b

View file

@ -34,7 +34,7 @@
#endif
// The current software version, shown on webserver
const char* version_number = "9.0.RC8";
const char* version_number = "9.0.RC9experimental";
// Interval timers
volatile unsigned long currentMillis = 0;