Skip to content

Commit

Permalink
chore(version): update Prowler version (#5737)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec authored Nov 12, 2024
1 parent dba914d commit f330d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prowler/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "4.5.2"
prowler_version = "4.5.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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
{include = "dashboard"}
]
readme = "README.md"
version = "4.5.2"
version = "4.5.3"

[tool.poetry.dependencies]
alive-progress = "3.1.5"
Expand Down

0 comments on commit f330d71

Please sign in to comment.