Skip to content

Commit 8a4b0ba

Browse files
authored
Update gui.py
1 parent db1002a commit 8a4b0ba

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.0 Beta 1",
202+
"Versione: 1.0.0 Stabile",
203203
)
204204

205205
def _open_terminal_window(self):

0 commit comments

Comments
 (0)