From d4020d3864f2ed7ef07df39c6828ffd7f4c9feaa Mon Sep 17 00:00:00 2001 From: shenjack-5600u <3695888@qq.com> Date: Tue, 6 Feb 2024 21:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=8B=E9=80=82?= =?UTF-8?q?=E9=85=8D=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3c3f315..6513567 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ mod log; mod serve; mod utils; -pub const PROTOCOL_VERSION: &str = "1.6.11"; +pub const PROTOCOL_VERSION: &str = "1.7.3"; fn main() { log::init_log_with_cli();