We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac4efc commit 8d132f2Copy full SHA for 8d132f2
src/main.rs
@@ -74,7 +74,7 @@ fn main() {
74
// UCI protocol
75
76
"uci" => {
77
- println!("id name Maxwell v3.1-1");
+ println!("id name Maxwell v3.1-2");
78
println!("id author eboatwright");
79
println!("option name Hash type spin default 256 min 0 max 4000");
80
0 commit comments