update ica version

This commit is contained in:
shenjack 2024-10-07 20:27:35 +08:00
parent 6407f7eb86
commit a8129181a8
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -11,7 +11,7 @@ use crate::error::{ClientResult, IcaError};
use crate::{version_str, StopGetter};
/// icalingua 客户端的兼容版本号
pub const ICA_PROTOCOL_VERSION: &str = "2.12.21";
pub const ICA_PROTOCOL_VERSION: &str = "2.12.22";
pub async fn start_ica(config: &IcaConfig, stop_reciver: StopGetter) -> ClientResult<(), IcaError> {
let span = span!(Level::INFO, "Icalingua Client");