Skip to content

Commit a0c3368

Browse files
authored
Update Software.ino
1 parent c725abb commit a0c3368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/Software.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
volatile unsigned long long bmsResetTimeOffset = 0;
5050

5151
// The current software version, shown on webserver
52-
const char* version_number = "8.8.dev";
52+
const char* version_number = "8.8.0";
5353

5454
// Interval settings
5555
uint16_t intervalUpdateValues = INTERVAL_1_S; // Interval at which to update inverter values / Modbus registers

0 commit comments

Comments
 (0)