Skip to content

Commit 2db016d

Browse files
committed
chore(release): 3.16.12
1 parent fb2c1ba commit 2db016d

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
@@ -11,7 +11,7 @@
1111

1212
timestamp = datetime.today()
1313
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
14-
prowler_version = "3.16.10"
14+
prowler_version = "3.16.12"
1515
html_logo_url = "https://github.com/prowler-cloud/prowler/"
1616
html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png"
1717
square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = [
2222
{include = "prowler"}
2323
]
2424
readme = "README.md"
25-
version = "3.16.10"
25+
version = "3.16.12"
2626

2727
[tool.poetry.dependencies]
2828
alive-progress = "3.1.5"

0 commit comments

Comments
 (0)