Skip to content

Commit

Permalink
Update V2.5.2
Browse files Browse the repository at this point in the history
Update V2.5.2
  • Loading branch information
SheepChef authored Nov 29, 2024
2 parents f58ddef + 140ada0 commit 729ce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cplusplus/abracadabra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int main(int argc, char *argv[]){
SetConsoleOutputCP(CP_UTF8);
#endif

CLI::App app{"***Abracadabra v2.5.1***"}; //CLI11提供的命令行参数解析
CLI::App app{"***Abracadabra v2.5.2***"}; //CLI11提供的命令行参数解析

string arg1 = "";
PreCheckResult input;
Expand Down

0 comments on commit 729ce57

Please sign in to comment.