Skip to content

Commit 0591e91

Browse files
committed
Version update
1 parent 7d66943 commit 0591e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shellcodev/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
1212
{
1313
SetConsoleCtrlHandler(winrepl_exit, TRUE);
1414

15-
std::cout << "Shellcodev v2.0 by XaFF based on WinREPL\n";
15+
std::cout << "Shellcodev v2.1 by XaFF based on WinREPL\n";
1616
std::cout << "Input assembly instructions, or \".help\" for a list of commands.\n" << std::endl;
1717

1818
while (TRUE)

0 commit comments

Comments
 (0)