Update Software.cpp

This commit is contained in:
Daniel Öster 2025-09-30 14:43:14 +03:00 committed by GitHub
parent dad97b36e1
commit 31ea1f0928
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.2";
const char* version_number = "9.2.dev";
// Interval timers
volatile unsigned long currentMillis = 0;