Skip to content

Commit aaa5c09

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonos/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
"Informazioni su PythonOS",
201201
"PythonOS è un mini-sistema operativo costruito con Python e Tkinter.\n"
202-
"Versione: 1.0.1 Stabile",
202+
"Versione: 1.0.2 Stabile",
203203
)
204204

205205
def _open_terminal_window(self):

0 commit comments

Comments
 (0)