From b09e39aed743b182b2d014e0382fb718bcff7d54 Mon Sep 17 00:00:00 2001 From: RainingComputers Date: Sun, 29 Jul 2018 09:05:37 +0530 Subject: [PATCH] Changed version in info dialog --- whipFTP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whipFTP.py b/whipFTP.py index 8310593..a978770 100755 --- a/whipFTP.py +++ b/whipFTP.py @@ -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')