Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions
81b0d3e51a chore(release): 4.2.2 2024-06-04 18:49:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ from prowler.lib.logger import logger
timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "4.2.1"
prowler_version = "4.2.2"
html_logo_url = "https://github.com/prowler-cloud/prowler/"
square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png"
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"

View File

@@ -23,7 +23,7 @@ packages = [
{include = "dashboard"}
]
readme = "README.md"
version = "4.2.1"
version = "4.2.2"
[tool.poetry.dependencies]
alive-progress = "3.1.5"