Skip to content

Commit 77d94da

Browse files
committed
v0.2
1 parent 0ccc23b commit 77d94da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/launch/repl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static const char *multilineKeywords[] = {
1313
};
1414

1515
bool startREPL() {
16-
std::cout << "PseudoEngine2 v0.1 REPL\nEnter 'EXIT' to quit\n";
16+
std::cout << "PseudoEngine2 v0.2 REPL\nEnter 'EXIT' to quit\n";
1717

1818
Lexer lexer;
1919
Parser parser;

0 commit comments

Comments
 (0)