From ae63bd7ed47526f0d851f48a29467919742b39ab Mon Sep 17 00:00:00 2001 From: "J.Townsend" Date: Mon, 5 Apr 2021 21:40:36 +0100 Subject: [PATCH] Bump version for release --- theHarvester/lib/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theHarvester/lib/core.py b/theHarvester/lib/core.py index 6eb4c069ec4..0de4b9899ed 100644 --- a/theHarvester/lib/core.py +++ b/theHarvester/lib/core.py @@ -12,7 +12,7 @@ class Core: @staticmethod def version() -> str: - return '3.2.3' + return '3.2.4' @staticmethod def api_keys() -> dict: