Skip to content

Commit bda33d5

Browse files
author
starpig1129
committed
fix: Update version number to v2.6.0 in settings and update scripts
1 parent 6fb4657 commit bda33d5

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.5.0",
13+
"version": "v2.6.0",
1414
"mongodb": "mongodb://localhost:27017/",
1515
"music_temp_base": "./temp/music",
1616
"model_priority": [

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.5.0" # 當前版本號
5+
__version__ = "v2.6.0" # 當前版本號
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)