From 76ac6429feecd5218c4e9759f4da1da601800330 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 12 Feb 2025 04:36:08 +0545 Subject: [PATCH] chore(version): Update version to 5.4.0 (#6894) --- prowler/config/config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index b90bff4cfa..d6c3611ba5 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -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.3.0" +prowler_version = "5.4.0" 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" diff --git a/pyproject.toml b/pyproject.toml index e71bccc33c..a6cf5702b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ {include = "dashboard"} ] readme = "README.md" -version = "5.3.0" +version = "5.4.0" [tool.poetry.dependencies] alive-progress = "3.2.0"