We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cb631 commit bbd2342Copy full SHA for bbd2342
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.9.1\n")
+ self.about_txt.WriteText("3.9.2\n")
24
25
26
self.about_txt.WriteText("Platform: ")
0 commit comments