Skip to content

Commit

Permalink
Announce package version in uci command (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmendes authored Jan 17, 2024
2 parents e8f59c4 + eb6af85 commit 0b818ab
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 0b818ab

Please sign in to comment.