Skip to content

Commit

Permalink
Update software version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dalathegreat authored Jan 26, 2025
1 parent a46c6f4 commit 759cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/Software.ino
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#endif // WIFI

// The current software version, shown on webserver
const char* version_number = "8.3.dev";
const char* version_number = "8.3.0";

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

0 comments on commit 759cfcf

Please sign in to comment.