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"