Skip to content

Commit

Permalink
docs: version number increase
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Oct 9, 2020
1 parent 1b5790c commit 2913f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raccine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ int wmain(int argc, WCHAR* argv[]) {
killprocess(pids[i - 1], 1);
}

wprintf(L"Raccine v0.5.2 finished\n");
wprintf(L"Raccine v0.5.3 finished\n");
Sleep(5000);
}
//
Expand Down

0 comments on commit 2913f12

Please sign in to comment.