Skip to content

Commit

Permalink
[AUTO] sync version to 0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 14, 2024
1 parent 0fc73a0 commit 4e37de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooldelta/get_tool_delta_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def get_tool_delta_version() -> tuple[int, ...]:
except Exception:
# 该返回值不必手动修改,
# 它会由 GitHub Action 自动从 version 文件同步
return (0, 7, 13)
return (0, 7, 14)

0 comments on commit 4e37de0

Please sign in to comment.