Skip to content

Commit

Permalink
bump 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 29, 2023
1 parent d343ba3 commit 3902206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3902206

Please sign in to comment.