fix: update required service version to 1.1.2

This commit is contained in:
Tunglies
2025-09-02 16:09:21 +08:00
parent d2b38a8a3c
commit 63f4295063

View File

@@ -13,7 +13,7 @@ use std::{
time::{SystemTime, UNIX_EPOCH},
};
const REQUIRED_SERVICE_VERSION: &str = "1.1.1"; // 定义所需的服务版本号
const REQUIRED_SERVICE_VERSION: &str = "1.1.2"; // 定义所需的服务版本号
// 限制重装时间和次数的常量
const REINSTALL_COOLDOWN_SECS: u64 = 300; // 5分钟冷却期