We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adc72a commit 8df7f3aCopy full SHA for 8df7f3a
prowler/config/config.py
@@ -10,7 +10,7 @@
10
11
timestamp = datetime.today()
12
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
13
-prowler_version = "4.3.1"
+prowler_version = "4.3.2"
14
html_logo_url = "https://github.com/prowler-cloud/prowler/"
15
square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png"
16
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 = "4.3.1"
+version = "4.3.2"
27
28
[tool.poetry.dependencies]
29
alive-progress = "3.1.5"
0 commit comments