Skip to content

Commit 8df7f3a

Browse files
committed
chore(release): 4.3.2
1 parent 8adc72a commit 8df7f3a

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
@@ -10,7 +10,7 @@
1010

1111
timestamp = datetime.today()
1212
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
13-
prowler_version = "4.3.1"
13+
prowler_version = "4.3.2"
1414
html_logo_url = "https://github.com/prowler-cloud/prowler/"
1515
square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png"
1616
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = [
2323
{include = "dashboard"}
2424
]
2525
readme = "README.md"
26-
version = "4.3.1"
26+
version = "4.3.2"
2727

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

0 commit comments

Comments
 (0)