Skip to content

Commit

Permalink
docs: version number enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Oct 16, 2020
1 parent 2647f87 commit 80281d3
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 @@ -323,7 +323,7 @@ int wmain(int argc, WCHAR* argv[]) {
killprocess(pids[i - 1], 1);
}

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

0 comments on commit 80281d3

Please sign in to comment.