Skip to content

Commit

Permalink
Bump up version to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnlt3 committed Jul 16, 2022
1 parent ba33007 commit e739c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bm/uci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::bm::bm_runner::config::{NoInfo, Run, UciInfo};
use crate::bm::bm_runner::time::{TimeManagementInfo, TimeManager};
use crate::bm::nnue::Nnue;

const VERSION: &str = "5.0";
const VERSION: &str = "6.0";

const POSITIONS: &[&str] = &[
"r3k2r/2pb1ppp/2pp1q2/p7/1nP1B3/1P2P3/P2N1PPP/R2QK2R w KQkq a6 0 14",
Expand Down

0 comments on commit e739c96

Please sign in to comment.