Skip to content

Commit

Permalink
Added version 3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbrich committed Sep 1, 2023
1 parent 6571892 commit 3bf8937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine-core/uci.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ engine_info_t init_engine_info(void){
engine_info_t engine_info = {
.name = "Herby",
.author = "Alexander Herbrich",
.version = "v2.0",
.version = "v3.0",
};

return engine_info;
Expand Down

0 comments on commit 3bf8937

Please sign in to comment.