Skip to content

Commit 24461ad

Browse files
committed
chore(version): update Prowler version
1 parent 83ffd78 commit 24461ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prowler/config/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
timestamp = datetime.today()
1414
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
15-
prowler_version = "5.0.0"
15+
prowler_version = "5.0.2"
1616
html_logo_url = "https://github.com/prowler-cloud/prowler/"
1717
square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png"
1818
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = [
2323
{include = "dashboard"}
2424
]
2525
readme = "README.md"
26-
version = "5.0.0"
26+
version = "5.0.2"
2727

2828
[tool.poetry.dependencies]
2929
alive-progress = "3.2.0"

0 commit comments

Comments
 (0)