From 39022060d14f665476e37879f1b057089cb8920a Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sat, 29 Jul 2023 17:43:52 +0200 Subject: [PATCH] bump 2.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee45f009..1dafe9e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,7 +333,7 @@ checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "fishnet" -version = "2.7.1-dev" +version = "2.7.1" dependencies = [ "arrayvec", "bitflags 2.3.3", diff --git a/Cargo.toml b/Cargo.toml index a9906ed4..ed13c97f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fishnet" -version = "2.7.1-dev" # pull, test, remove dev, update readme, publish, tag, bump dev, push +version = "2.7.1" # 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 69e4138f..b4519d41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ```sh # After download: - mv fishnet-v2.7.0-x86_64-unknown-linux-musl fishnet + mv fishnet-v2.7.1-x86_64-unknown-linux-musl fishnet chmod +x fishnet ./fishnet --auto-update ```