From 38bc3367717e97a78697b3a07ce4ce2c17fbb7b8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 25 Aug 2023 10:43:41 +0000 Subject: [PATCH] chore(release): 3.9.0 --- 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 45d1714bee..7e4bfd3a8f 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.2" +prowler_version = "3.9.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 c06b7b4352..1d3859b699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ {include = "prowler"} ] readme = "README.md" -version = "3.8.2" +version = "3.9.0" [tool.poetry.dependencies] alive-progress = "3.1.4"