Skip to content

Commit f5c244b

Browse files
committed
Version 1.0.1
Small bug fix to the `bench` command where nps was not calculated correctly. Otherwise identical to version 1.0.0.
1 parent 11578cb commit f5c244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uci/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mod bench;
1818
use options::UciOptionsHandler;
1919
use convert::*;
2020

21-
const VERSION: &str = "1.0.0";
21+
const VERSION: &str = "1.0.1";
2222

2323
struct UciHandler {
2424
time_manager: StandardTimeManager,

0 commit comments

Comments
 (0)