diff --git a/prowler/config/config.py b/prowler/config/config.py index 16d03fa4fb2..686983ae45b 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -10,7 +10,7 @@ timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.7.2" +prowler_version = "3.8.0" html_logo_url = "https://github.com/prowler-cloud/prowler/" html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png" square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png" diff --git a/pyproject.toml b/pyproject.toml index 54ca514ebb1..39e000f993d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ {include = "prowler"} ] readme = "README.md" -version = "3.7.2" +version = "3.8.0" [tool.poetry.dependencies] alive-progress = "3.1.4"