Skip to content

Commit

Permalink
chore(release): 3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergargar committed Mar 22, 2024
1 parent 7f99bd4 commit 3a054b6
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 @@ -11,7 +11,7 @@

timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "3.15.2"
prowler_version = "3.15.3"
html_logo_url = "https://github.com/prowler-cloud/prowler/"
html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png"
square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [
{include = "prowler"}
]
readme = "README.md"
version = "3.15.2"
version = "3.15.3"

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

0 comments on commit 3a054b6

Please sign in to comment.