chore(release): 4.2.4 (#4236)

This commit is contained in:
Pepe Fagoaga
2024-06-11 15:46:33 +02:00
committed by GitHub
parent e1428bc1ff
commit 60b3523def
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ The JSON-OCSF output format implements the [Detection Finding](https://schema.oc
"product": {
"name": "Prowler",
"vendor_name": "Prowler",
"version": "4.2.3"
"version": "4.2.4"
},
"version": "1.1.0"
},
+1 -1
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 = "4.2.3"
prowler_version = "4.2.4"
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"
+1 -1
View File
@@ -23,7 +23,7 @@ packages = [
{include = "dashboard"}
]
readme = "README.md"
version = "4.2.3"
version = "4.2.4"
[tool.poetry.dependencies]
alive-progress = "3.1.5"