chore(release): update Prowler Version to 3.2.3 (#1985)

Co-authored-by: github-actions <noreply@github.com>
Co-authored-by: jfagoagas <jfagoagas@users.noreply.github.com>
Co-authored-by: Sergio Garcia <sergargar1@gmail.com>
This commit is contained in:
github-actions[bot]
2023-02-27 13:59:28 +01:00
committed by GitHub
parent 70e4ebccab
commit 42fd851e5c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ from prowler.lib.logger import logger
timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "3.2.2"
prowler_version = "3.2.3"
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"

View File

@@ -22,7 +22,7 @@ packages = [
{include = "prowler"}
]
readme = "README.md"
version = "3.2.2"
version = "3.2.3"
[tool.poetry.dependencies]
alive-progress = "3.0.1"