From 4a2c9891c84cb9bfdcf79abee058ed2d3306cbbc Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sat, 22 Nov 2025 13:47:03 +0800 Subject: [PATCH] chore: bump version to v3.2 --- config/ui.py | 2 +- sub_agent/config/ui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ui.py b/config/ui.py index f48c838..3569304 100644 --- a/config/ui.py +++ b/config/ui.py @@ -16,7 +16,7 @@ OUTPUT_FORMATS = { "session": "📺 [会话]", } -AGENT_VERSION = "v1.1" +AGENT_VERSION = "v3.2" LOG_LEVEL = "INFO" LOG_FORMAT = "%(asctime)s - %(name)s - %(levelname)s - %(message)s" diff --git a/sub_agent/config/ui.py b/sub_agent/config/ui.py index f48c838..3569304 100644 --- a/sub_agent/config/ui.py +++ b/sub_agent/config/ui.py @@ -16,7 +16,7 @@ OUTPUT_FORMATS = { "session": "📺 [会话]", } -AGENT_VERSION = "v1.1" +AGENT_VERSION = "v3.2" LOG_LEVEL = "INFO" LOG_FORMAT = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"