1
0
forked from bot/app

🚸 添加发布工作流

This commit is contained in:
2024-08-18 04:15:09 +08:00
parent f37b469ab9
commit e396db67ce
2 changed files with 4 additions and 2 deletions

View File

@ -20,4 +20,4 @@ __version__ = "6.3.5"
def format_version(version: SCMVersion) -> str:
return f"{__version__}.dev{__commit__[:7]}"
return f"{__version__}+{__commit__[:7]}"