Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvdW committed Nov 3, 2020
1 parent 821bed7 commit ba0dfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uci-engine/src/uci_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ impl<'a> UCIEngine<'a> {
name: {
#[cfg(all(target_arch = "x86_64", target_feature = "bmi2"))]
{
&"FabChess v1.15 BMI2"
&"FabChess v1.16 BMI2"
}
#[cfg(not(all(target_arch = "x86_64", target_feature = "bmi2")))]
{
&"FabChess v1.15"
&"FabChess v1.16"
}
},
author: &"Fabian von der Warth",
Expand Down

0 comments on commit ba0dfab

Please sign in to comment.