Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions
5c8d8c44ee chore(release): 3.4.0 2023-04-20 13:26:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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