Skip to content

Commit 6392449

Browse files
committed
chore: 同步官方版本
1 parent 70d86c1 commit 6392449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
108108
def bridge_web_application(self) -> bool:
109109
return self.get("advanced.bridge_web_application") or False
110110

111-
API_VERSION = "1.13.1"
111+
API_VERSION = "1.14.0"
112112
VERSION = "4.0.16"
113113
PROJECT = "PythonOpenBMCLAPI"
114114
USER_AGENT = f"openbmclapi-cluster/{API_VERSION} {PROJECT}/{VERSION}"

0 commit comments

Comments
 (0)