From 188c357378b62598d69067241652b4b944767991 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Mon, 21 Oct 2024 22:52:28 +0800 Subject: [PATCH] =?UTF-8?q?2.12.23=20=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ica-rs/src/ica.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ica-rs/src/ica.rs b/ica-rs/src/ica.rs index 269dda3..9f34864 100644 --- a/ica-rs/src/ica.rs +++ b/ica-rs/src/ica.rs @@ -11,7 +11,7 @@ use crate::error::{ClientResult, IcaError}; use crate::{version_str, StopGetter}; /// icalingua 客户端的兼容版本号 -pub const ICA_PROTOCOL_VERSION: &str = "2.12.22"; +pub const ICA_PROTOCOL_VERSION: &str = "2.12.23"; pub async fn start_ica(config: &IcaConfig, stop_reciver: StopGetter) -> ClientResult<(), IcaError> { let span = span!(Level::INFO, "Icalingua Client");