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