Skip to content

Commit 8f6d3bd

Browse files
authored
Update Software.cpp
1 parent 5ee25b4 commit 8f6d3bd

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.4.dev";
38+
const char* version_number = "9.3.1";
3939

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

0 commit comments

Comments
 (0)