Skip to content

Commit

Permalink
update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Kulju committed Apr 7, 2024
1 parent ae2d919 commit f947565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/uci.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void uci(ThreadInfo &thread_info, Position &position) {
}

else if (command == "uci") {
printf("id name Patricia 2.0\nid author Adam Kulju\n"
printf("id name Patricia 2.0.1\nid author Adam Kulju\n"
"option name Hash type spin default 32 min 1 max 131072\n"
"option name Threads type spin default 1 min 1 max 1\n"
"uciok\n");
Expand Down

0 comments on commit f947565

Please sign in to comment.