Skip to content

Commit

Permalink
Svart 4 version bump
Browse files Browse the repository at this point in the history
Bench: 10504983
  • Loading branch information
crippa1337 committed Apr 23, 2023
1 parent f59a6f0 commit 894ec2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Move RFP (#40)
https://engineprogramming.pythonanywhere.com/test/167/

====================================================================================
3.5 [April 23 2023]
Release 4 [April 23 2023]

Futility Pruning (#42)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svart"
version = "3.5.0"
version = "4.0.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/uci/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub enum SearchType {
}

fn id() {
println!("id name Svart 3.5");
println!("id name Svart 4");
println!("id author crippa");
}

Expand Down

0 comments on commit 894ec2e

Please sign in to comment.