We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4166a commit 1bc5417Copy full SHA for 1bc5417
1 file changed
about.py
@@ -20,7 +20,7 @@ def __init__(self, parent):
20
self.about_txt.BeginBold()
21
self.about_txt.WriteText("Version: ")
22
self.about_txt.EndBold()
23
- self.about_txt.WriteText("3.7\n")
+ self.about_txt.WriteText("3.8\n")
24
25
26
self.about_txt.WriteText("Platform: ")
0 commit comments