Skip to content

Commit

Permalink
chore: 更新一下版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiu2b2t committed Feb 4, 2025
1 parent 1756db5 commit 2955ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def disallow_public_dashboard(self):

const = Const()

VERSION = "3.5.2"
VERSION = "3.5.3"
API_VERSION = "1.13.1"
USER_AGENT = f"openbmclapi/{API_VERSION} python-openbmclapi/{VERSION}"
PYTHON_VERSION = ".".join(map(str, (sys.version_info.major, sys.version_info.minor, sys.version_info.micro)))

0 comments on commit 2955ec6

Please sign in to comment.