chore(release): bump for 5.4.3

This commit is contained in:
Pepe Fagoaga
2025-03-24 18:08:59 +01:00
parent 21654b0bc0
commit 8e264313bc
3 changed files with 3 additions and 3 deletions

2
.env
View File

@@ -123,4 +123,4 @@ SENTRY_ENVIRONMENT=local
SENTRY_RELEASE=local
#### Prowler release version ####
NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.4.2
NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.4.3

View File

@@ -12,7 +12,7 @@ from prowler.lib.logger import logger
timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "5.4.2"
prowler_version = "5.4.3"
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 = "5.4.2"
version = "5.4.3"
[tool.poetry.dependencies]
alive-progress = "3.2.0"