We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ffd78 commit 24461adCopy full SHA for 24461ad
prowler/config/config.py
@@ -12,7 +12,7 @@
12
13
timestamp = datetime.today()
14
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
15
-prowler_version = "5.0.0"
+prowler_version = "5.0.2"
16
html_logo_url = "https://github.com/prowler-cloud/prowler/"
17
square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png"
18
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"
pyproject.toml
@@ -23,7 +23,7 @@ packages = [
23
{include = "dashboard"}
24
]
25
readme = "README.md"
26
-version = "5.0.0"
+version = "5.0.2"
27
28
[tool.poetry.dependencies]
29
alive-progress = "3.2.0"
0 commit comments