Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blawar committed Dec 12, 2019
1 parent 894fa95 commit 339319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def __init__(self):
super().__init__()
self.setWindowIcon(QIcon('public_html/images/logo.jpg'))
screen = QDesktopWidget().screenGeometry()
self.title = 'NUT USB / Web Server v2.4'
self.title = 'NUT USB / Web Server v2.5'
self.left = screen.width() / 4
self.top = screen.height() / 4
self.width = screen.width() / 2
Expand Down

0 comments on commit 339319a

Please sign in to comment.