From bffe2a2c639890b59a7c4419e75d6d0e655fb456 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 23 Feb 2023 12:34:11 +0000 Subject: [PATCH] chore(release): 3.2.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 455230719e..e2cb737f0e 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -9,7 +9,7 @@ timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.2.1" +prowler_version = "3.2.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" diff --git a/pyproject.toml b/pyproject.toml index 0318bec910..aa66b54e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ {include = "prowler"} ] readme = "README.md" -version = "3.2.1" +version = "3.2.2" [tool.poetry.dependencies] alive-progress = "2.4.1"