Skip to content

Commit 1372a96

Browse files
committed
feat: 给专线一点点震撼
1 parent 9a6478f commit 1372a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def web_sockets(self):
185185

186186
const = Const()
187187

188-
VERSION = "3.3.16"
188+
VERSION = "3.3.17"
189189
API_VERSION = "1.13.1"
190190
USER_AGENT = f"openbmclapi/{API_VERSION} python-openbmclapi/{VERSION}"
191191
PYTHON_VERSION = ".".join(map(str, (sys.version_info.major, sys.version_info.minor, sys.version_info.micro)))

0 commit comments

Comments
 (0)