Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 29, 2019
1 parent 36d9568 commit bfef6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recycle-bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
int wmain(int argc, wchar_t **argv) {
if (argc == 2) {
if (wcscmp(argv[1], L"--version") == 0) {
puts("1.0.1");
puts("2.0.0");
return 0;
}

Expand Down

0 comments on commit bfef6e8

Please sign in to comment.