From adcf6d8a1233d4ec66cc54539f2fc10dd414b130 Mon Sep 17 00:00:00 2001 From: GamehunterKaan Date: Thu, 2 Jun 2022 17:30:39 +0300 Subject: [PATCH] Update __version__ --- autopwn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopwn.py b/autopwn.py index 9d8d8baf0..4a5835dc4 100644 --- a/autopwn.py +++ b/autopwn.py @@ -10,7 +10,7 @@ from modules.outfile import InitializeOutput, WriteToFile, OutputBanner __author__ = 'GamehunterKaan' -__version__ = '1.0.3' +__version__ = '1.0.4' #parse command line arguments argparser = ArgumentParser(description="AutoPWN Suite")