Update Software.cpp

This commit is contained in:
Daniel Öster 2025-09-23 10:01:21 +03:00 committed by GitHub
parent 0458267634
commit ed2ebb00fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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