Skip to content

Commit 9452466

Browse files
authored
Update Software.cpp
1 parent 8e59c44 commit 9452466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Software/Software.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#endif
3636

3737
// The current software version, shown on webserver
38-
const char* version_number = "9.3.dev";
38+
const char* version_number = "9.2.5";
3939

4040
// Interval timers
4141
volatile unsigned long currentMillis = 0;

0 commit comments

Comments
 (0)