From 550804381d07a6b1c87823f778fe12098911bf8c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Apr 2024 10:37:28 +0000 Subject: [PATCH] chore(release): 3.16.1 --- prowler/config/config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index 6000aab44e3..46754a063db 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -11,7 +11,7 @@ timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.16.0" +prowler_version = "3.16.1" html_logo_url = "https://github.com/prowler-cloud/prowler/" html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png" square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png" diff --git a/pyproject.toml b/pyproject.toml index 9f70b73d4b3..c6655d666e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ {include = "prowler"} ] readme = "README.md" -version = "3.16.0" +version = "3.16.1" [tool.poetry.dependencies] alive-progress = "3.1.5"