From 3d4c3f0115ab4c89b823d1d123ec13c24c861dfc Mon Sep 17 00:00:00 2001 From: Bjoern Kerler <6317772+bkerler@users.noreply.github.com> Date: Mon, 16 Aug 2021 20:59:49 +0200 Subject: [PATCH] Update mtk --- mtk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtk b/mtk index c0a05561..234388e8 100755 --- a/mtk +++ b/mtk @@ -934,5 +934,5 @@ class Main(metaclass=LogBase): if __name__ == '__main__': - print("MTK Flash/Exploit Client V1.41 (c) B.Kerler 2020-2021") + print("MTK Flash/Exploit Client V1.42 (c) B.Kerler 2020-2021") mtk = Main().run()