Skip to content

Commit f93e3a4

Browse files
committed
chore(release): 4.2.3
1 parent c8d9a47 commit f93e3a4

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 = "4.2.2"
14+
prowler_version = "4.2.3"
1515
html_logo_url = "https://github.com/prowler-cloud/prowler/"
1616
square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png"
1717
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.2.2"
26+
version = "4.2.3"
2727

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

0 commit comments

Comments
 (0)