We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccb8de commit 115a0e1Copy full SHA for 115a0e1
1 file changed
scripts/launcher.py
@@ -81,7 +81,7 @@ def __init__(self):
81
self.geometry("800x700")
82
83
# 版本和仓库信息
84
- self.version = "v1.0.2-alpha" # 版本号
+ self.version = "v1.0.3" # 版本号
85
self.github_repo = "https://github.com/Samge0/ragflow-upload" # GitHub仓库地址
86
87
# 自定义图标
0 commit comments