From 583c3c6ca71aea485515f4b090bd1b5ac30baaaa Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Wed, 29 May 2024 02:21:44 -0400 Subject: [PATCH] chore(version): update Prowler version (#4120) --- docs/tutorials/reporting.md | 2 +- prowler/config/config.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/reporting.md b/docs/tutorials/reporting.md index f813e99ec7..85e2171040 100644 --- a/docs/tutorials/reporting.md +++ b/docs/tutorials/reporting.md @@ -125,7 +125,7 @@ The JSON-OCSF output format implements the [Detection Finding](https://schema.oc "product": { "name": "Prowler", "vendor_name": "Prowler", - "version": "4.1.0" + "version": "4.2.0" }, "version": "1.1.0" }, diff --git a/prowler/config/config.py b/prowler/config/config.py index 7fcf097f4b..ea49bea616 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -11,7 +11,7 @@ from prowler.lib.logger import logger timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "4.1.0" +prowler_version = "4.2.0" html_logo_url = "https://github.com/prowler-cloud/prowler/" square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png" aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png" diff --git a/pyproject.toml b/pyproject.toml index 48321e3795..a2b09c9d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ {include = "dashboard"} ] readme = "README.md" -version = "4.1.0" +version = "4.2.0" [tool.poetry.dependencies] alive-progress = "3.1.5"