Skip to content

Commit

Permalink
Bump version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Feb 27, 2024
1 parent b511ae7 commit 03fca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teensy_loader_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int main(int argc, char **argv)
if (!code_size) {
usage("MCU type must be specified");
}
printf_verbose("Teensy Loader, Command Line, Version 2.2\n");
printf_verbose("Teensy Loader, Command Line, Version 2.3\n");

if (block_size == 512 || block_size == 1024) {
write_size = block_size + 64;
Expand Down

0 comments on commit 03fca41

Please sign in to comment.