Skip to content

Commit a9df781

Browse files
committed
chore: 更新 openbmclapi 版本至 1.10.9
1 parent 37fdce2 commit a9df781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
CACHE_BUFFER_COMPRESSION_MIN_LENGTH: int = 64
2121
DEBUG: bool = Config.get("advanced.debug")
2222
ROOT: str = os.getcwd()
23-
API_VERSION: str = "1.10.8"
23+
API_VERSION: str = "1.10.9"
2424
USER_AGENT: str = f"openbmclapi-cluster/{API_VERSION} python-openbmclapi/{VERSION}"
2525
BASE_URL: str = Config.get("advanced.url", "https://openbmclapi.bangbang93.com/")
2626
BD_URL: str = BASE_URL.replace("openbmclapi", "bd")

0 commit comments

Comments
 (0)