Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
philipellisis committed Jan 2, 2025
1 parent 4d0e7b2 commit 01d39a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Communication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void Communication::sendAdmin() {
admin = 0;
break;
case VERSION:
Serial.print(F("V,1.19.0\r\n"));
Serial.print(F("V,1.19.1\r\n"));
admin = 0;
break;
case RESET:
Expand Down

0 comments on commit 01d39a1

Please sign in to comment.