We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b567013 commit 873c837Copy full SHA for 873c837
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 = "3.16.14"
+prowler_version = "3.16.15"
15
html_logo_url = "https://github.com/prowler-cloud/prowler/"
16
html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png"
17
square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png"
pyproject.toml
@@ -22,7 +22,7 @@ packages = [
22
{include = "prowler"}
23
]
24
readme = "README.md"
25
-version = "3.16.14"
+version = "3.16.15"
26
27
[tool.poetry.dependencies]
28
alive-progress = "3.1.5"
0 commit comments