From 7500da60e2e0542b5b87f84b29449d3b60d28f79 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 14 Aug 2023 06:54:48 +0000 Subject: [PATCH] chore(release): 3.8.2 --- prowler/config/config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index 70c21ecdcc2..45d1714beec 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -11,7 +11,7 @@ timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.8.1" +prowler_version = "3.8.2" 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 c2acbd4dd1c..177c4013a2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ {include = "prowler"} ] readme = "README.md" -version = "3.8.1" +version = "3.8.2" [tool.poetry.dependencies] alive-progress = "3.1.4"