Skip to content

Commit 53039e0

Browse files
committed
chore: 版本
1 parent bf59c44 commit 53039e0

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
@@ -190,7 +190,7 @@ def disallow_public_dashboard(self):
190190

191191
const = Const()
192192

193-
VERSION = "3.5.1"
193+
VERSION = "3.5.2"
194194
API_VERSION = "1.13.1"
195195
USER_AGENT = f"openbmclapi/{API_VERSION} python-openbmclapi/{VERSION}"
196196
PYTHON_VERSION = ".".join(map(str, (sys.version_info.major, sys.version_info.minor, sys.version_info.micro)))

0 commit comments

Comments
 (0)