From 7ce8306ae002a0a6bfa2760b799fc18b9635077e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kr=C3=B3l?= Date: Sat, 17 Apr 2021 10:53:08 +0200 Subject: [PATCH] Update start.py TeamViewer update, version bump --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index af5f659..38bc2fb 100644 --- a/start.py +++ b/start.py @@ -14,7 +14,7 @@ import argparse import vergrabber -__version__ = '4.2.4' +__version__ = '4.2.5' __author__ = 'Tomasz Krol' __author_email__ = 'vergrabber@kingu.pl'