diff --git a/gui/app.py b/gui/app.py index 7bc9e729f..b6ba6550e 100644 --- a/gui/app.py +++ b/gui/app.py @@ -23,7 +23,7 @@ class App(QWidget): def __init__(self): super().__init__() screen = QDesktopWidget().screenGeometry() - self.title = 'NUT 3.0' + self.title = 'NUT 3.1' self.left = int(screen.width() / 4) self.top = int(screen.height() / 4) self.width = int(screen.width() / 2)