From a2811c4803744e3724ba0da89e07053addfdc713 Mon Sep 17 00:00:00 2001 From: wonfen Date: Mon, 24 Mar 2025 03:59:55 +0800 Subject: [PATCH] chore: update required service version --- src-tauri/src/core/service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/core/service.rs b/src-tauri/src/core/service.rs index d7b3883c..949621f1 100644 --- a/src-tauri/src/core/service.rs +++ b/src-tauri/src/core/service.rs @@ -7,7 +7,7 @@ use tokio::time::Duration; // Windows only const SERVICE_URL: &str = "http://127.0.0.1:33211"; -const REQUIRED_SERVICE_VERSION: &str = "1.0.3"; // 定义所需的服务版本号 +const REQUIRED_SERVICE_VERSION: &str = "1.0.4"; // 定义所需的服务版本号 #[derive(Debug, Deserialize, Serialize, Clone)] pub struct ResponseBody {