Skip to content

Commit 38138d0

Browse files
authored
Update Software.cpp
1 parent 44e4905 commit 38138d0

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
@@ -34,7 +34,7 @@
3434
#endif
3535

3636
// The current software version, shown on webserver
37-
const char* version_number = "9.2.dev";
37+
const char* version_number = "9.1.4";
3838

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

0 commit comments

Comments
 (0)