From 02d15d573a40d74c46073e07a930032f312c51b6 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sat, 7 Sep 2024 11:31:54 +0200 Subject: [PATCH] bump 2.9.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dbdfbc..22cdfe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,7 +317,7 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "fishnet" -version = "2.9.4-dev" +version = "2.9.4" dependencies = [ "ar", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 42abb39..aa4ecd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fishnet" -version = "2.9.4-dev" # pull, test, remove dev, publish, tag, bump dev, push +version = "2.9.4" # pull, test, remove dev, publish, tag, bump dev, push description = "Distributed Stockfish analysis for lichess.org" repository = "https://github.com/lichess-org/fishnet" readme = "README.md"