From 136002274218a6b98f4d125b03d6491233ddae4c Mon Sep 17 00:00:00 2001 From: Lee Baird Date: Sun, 10 Mar 2019 14:09:17 -0400 Subject: [PATCH] Updated version number. --- lib/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core.py b/lib/core.py index 4a688c40..f63fc502 100644 --- a/lib/core.py +++ b/lib/core.py @@ -44,7 +44,7 @@ def banner(): print(r"* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *") print(r"* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *") print('* *') - print('* theHarvester 3.0.6 v334 *') + print('* theHarvester 3.0.6 v364 *') print('* Coded by Christian Martorella *') print('* Edge-Security Research *') print('* cmartorella@edge-security.com *')