diff --git a/Cargo.lock b/Cargo.lock index 331b6ee..39a60af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,7 +319,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fishnet" -version = "2.9.3-dev" +version = "2.9.3" dependencies = [ "ar", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index a7b5562..0d421ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fishnet" -version = "2.9.3-dev" # pull, test, remove dev, publish, tag, bump dev, push +version = "2.9.3" # 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"