Skip to content

Commit 81dd81c

Browse files
committed
chore: 版本
1 parent d92bec9 commit 81dd81c

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
@@ -105,7 +105,7 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
105105
return datetime.timedelta(seconds=units.parse_time_units(self.get("advanced.cluster_up_failed_interval") or "24h"))
106106

107107
API_VERSION = "1.13.1"
108-
VERSION = "4.0.15"
108+
VERSION = "4.0.16"
109109
PROJECT = "PythonOpenBMCLAPI"
110110
USER_AGENT = f"openbmclapi-cluster/{API_VERSION} {PROJECT}/{VERSION}"
111111
ROOT_PATH = Path(__file__).parent.parent

0 commit comments

Comments
 (0)