From 2eba9290498d37c1798e45c14984c6080b2d32df Mon Sep 17 00:00:00 2001 From: sansan <77180927+sansan0@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:26:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20version=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6e5c434..80139e8 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ import requests import yaml -VERSION = "2.1.0" +VERSION = "2.1.1" # === 配置管理 ===