Skip to content

Commit cb1a80d

Browse files
committed
update
1 parent f1be4f2 commit cb1a80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def log_message(self, message):
507507

508508
def fn_toggle_about(self):
509509
"""关于应用"""
510-
messagebox.showinfo("关于应用", "关于应用\nPythub Builder 1.0")
510+
messagebox.showinfo("关于应用", "关于应用\nPythub Builder 1.1.0")
511511

512512

513513
if __name__ == "__main__":

0 commit comments

Comments
 (0)