Skip to content

Commit

Permalink
Announce package version in uci command
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmendes committed Jan 17, 2024
1 parent e8f59c4 commit eb6af85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/commands/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub fn execute_ponderhit(engine: &mut Engine) {
}

pub fn execute_uci() {
println!("id name Camel");
println!("id name Camel {}", env!("CARGO_PKG_VERSION"));
println!("id author Bruno Mendes");

// Options list
Expand Down

0 comments on commit eb6af85

Please sign in to comment.