Skip to content

Commit

Permalink
v20231110
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed Nov 10, 2023
1 parent e83bf7d commit 1bc4201
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 @@ -36,7 +36,7 @@ int main(int argc, char **argv) {
return 0;
}
if (argc == 2 && (strcmp(argv[1], "version") == 0 || strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-v") == 0)) {
printf("v20230101\n");
printf("v20231110\n");
return 0;
}

Expand Down

0 comments on commit 1bc4201

Please sign in to comment.