Skip to content

Commit

Permalink
Changed version in info dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
RainingComputers committed Jul 29, 2018
1 parent 63b6646 commit b09e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whipFTP.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def progress(self, file_name, status):


def info(self):
self.info_window = Filedialogs.message_dialog(self.master, 'About', self.whipFTP_icon, 'whipFTP v4.1, Written by:\nVishnu Shankar')
self.info_window = Filedialogs.message_dialog(self.master, 'About', self.whipFTP_icon, 'whipFTP v4.2, Written by:\nVishnu Shankar')



Expand Down

0 comments on commit b09e39a

Please sign in to comment.