Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 6, 2024
1 parent ba9f43d commit 6c9d73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void processCommand() {

if (current_arg.equals("*IDN?")) {
// CMD: *IDN?
Serial.print("SourceBots:Arduino:X:2.0\n");
Serial.print("SourceBots:Arduino:X:2.1\n");
return;
}

Expand Down

0 comments on commit 6c9d73a

Please sign in to comment.