Skip to content

Commit

Permalink
Bumping CLI version to 1.4a
Browse files Browse the repository at this point in the history
  • Loading branch information
bootsector committed Jun 4, 2018
1 parent cd99579 commit 75c814e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main(int argc, char **argv) {

setbuf(stdout, NULL);

printf("HID-Flash v1.4 - STM32 HID Bootloader Flash Tool\n");
printf("HID-Flash v1.4a - STM32 HID Bootloader Flash Tool\n");
printf("(c) 04/2018 - Bruno Freitas - http://www.brunofreitas.com/\n\n");

if(argc != 2) {
Expand Down

0 comments on commit 75c814e

Please sign in to comment.