From 60ce0af23a829caa4eb5dc39ebd3d360c27087a2 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sat, 7 Sep 2024 11:32:50 +0200 Subject: [PATCH] bump 2.9.5-dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa4ecd7..da809e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fishnet" -version = "2.9.4" # pull, test, remove dev, publish, tag, bump dev, push +version = "2.9.5-dev" # 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"