diff --git a/uci-engine/src/uci_engine.rs b/uci-engine/src/uci_engine.rs index 373b3e7..e680139 100644 --- a/uci-engine/src/uci_engine.rs +++ b/uci-engine/src/uci_engine.rs @@ -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",