Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyan11 committed Dec 27, 2017
1 parent 0571754 commit a175c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int main() {
string input;
std::vector<string> inputVector;
string name = "Laser";
string version = "1.5 beta";
string version = "1.5";
string author = "Jeffrey An and Michael An";
std::thread searchThread;
Move bestMove = NULL_MOVE;
Expand Down

0 comments on commit a175c72

Please sign in to comment.