Skip to content

Commit c6a0f8d

Browse files
authored
Update Software.cpp
1 parent 1cc6d06 commit c6a0f8d

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
@@ -38,7 +38,7 @@
3838
#endif
3939

4040
// The current software version, shown on webserver
41-
const char* version_number = "10.3.dev";
41+
const char* version_number = "10.3.0";
4242

4343
// Interval timers
4444
volatile unsigned long currentMillis = 0;

0 commit comments

Comments
 (0)