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