Skip to content

Commit 85bc797

Browse files
authored
Update gui.py
1 parent 6f95109 commit 85bc797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translations/en/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def open_about(self):
199199
messagebox.showinfo(
200200
"About PythonOS",
201201
"PythonOS is a mini-operating system built with Python and Tkinter.\n"
202-
"Version: 1.0.1 Stable",
202+
"Version: 1.0.2 Stable",
203203
)
204204

205205
def _open_terminal_window(self):

0 commit comments

Comments
 (0)