diff --git a/Cargo.lock b/Cargo.lock index be8cc40c..62c6a690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "fishnet" -version = "2.6.10-dev" +version = "2.6.10" dependencies = [ "arrayvec", "atty", diff --git a/Cargo.toml b/Cargo.toml index 2946891c..dc525779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fishnet" -version = "2.6.10-dev" # pull, test, remove dev, update readme, publish, tag, bump dev, push +version = "2.6.10" # pull, test, remove dev, update readme, publish, tag, bump dev, push description = "Distributed Stockfish analysis for lichess.org" repository = "https://github.com/lichess-org/fishnet" readme = "README.md" diff --git a/README.md b/README.md index 8df03f72..b0af340d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ```sh # After download: - mv fishnet-v2.6.9-x86_64-unknown-linux-musl fishnet + mv fishnet-v2.6.10-x86_64-unknown-linux-musl fishnet chmod +x fishnet ./fishnet --auto-update ```