Files
douyin/douyin-login-launcher/version.py
T
2026-07-20 09:57:57 +08:00

9 lines
282 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""应用版本号(单一事实来源)。
发布新版本时:
1) 修改这里的 __version__
2) 同步修改 installer.iss 顶部的 AppVersion
3) 重新打包,把新的 installer 与 latest.json 上传到服务器 /desktop/ 目录。
"""
__version__ = "1.1.0"