From 41e4f9d1bda2d052693baba1837fc1ef1a7dba67 Mon Sep 17 00:00:00 2001 From: skifli <121291719+skifli@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:03:27 +0000 Subject: [PATCH] fix: server v num --- bruty_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bruty_server/Cargo.toml b/bruty_server/Cargo.toml index 00e3e7e..5b22e43 100644 --- a/bruty_server/Cargo.toml +++ b/bruty_server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bruty_server" authors = ["skifli"] -version = "0.2.6.1" +version = "0.2.6" edition = "2021" [dependencies]