Skip to content

Commit 2d9eacb

Browse files
author
starpig1129
committed
feat: 更新版本號至 v2.2.10
1 parent d74becf commit 2d9eacb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settingsExample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"port": 8000,
1111
"enable": false
1212
},
13-
"version": "v2.2.9",
13+
"version": "v2.2.10",
1414
"mongodb": "mongodb://localhost:27017/",
1515
"music_temp_base": "./temp/music",
1616
"model_priority": ["gemini", "local", "openai", "claude"],

update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from io import BytesIO
33

44
ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) # 獲取當前腳本所在的目錄路徑
5-
__version__ = "v2.2.9" # 當前版本號
5+
__version__ = "v2.2.10" # 當前版本號
66

77
GITHUB_API_URL = "https://api.github.com/repos/PigPig-discord-LLM-bot/releases/latest" # GitHub API 地址,用於獲取最新版本信息
88
PIGPIG_URL = "https://github.com/PigPig-discord-LLM-bot/archive/" # 下載 PigPig Bot 的 URL

0 commit comments

Comments
 (0)