Update Software.cpp

This commit is contained in:
Daniel Öster 2025-09-26 21:33:04 +03:00 committed by GitHub
parent 47e715ffe5
commit 572867b7ad
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.1.dev";
const char* version_number = "9.1.1";
// Interval timers
volatile unsigned long currentMillis = 0;