diff --git a/prowler/config/config.py b/prowler/config/config.py index 3f050df19c..d27d5e6a00 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -12,7 +12,7 @@ from prowler.providers.common.common import get_global_provider timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "4.0.1" +prowler_version = "4.1.0" square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png" aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png" azure_logo = "https://user-images.githubusercontent.com/38561120/235927375-b23e2e0f-8932-49ec-b59c-d89f61c8041d.png" diff --git a/pyproject.toml b/pyproject.toml index b93782c9a9..f353b43b4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ {include = "dashboard"} ] readme = "README.md" -version = "4.0.1" +version = "4.1.0" [tool.poetry.dependencies] alive-progress = "3.1.5"