Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomocy committed Apr 9, 2023
1 parent 297f20d commit d052c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static int help(void)

static int version(void)
{
printf("v0.0.0\n");
printf("v0.1.0\n");
return EXIT_SUCCESS;
}

Expand Down

0 comments on commit d052c17

Please sign in to comment.