Skip to content

Commit a3b4f94

Browse files
authored
chore(sdk): Bump version to v5.25.3 (#10994)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
1 parent 178cdb1 commit a3b4f94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

prowler/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __eq__(self, other) -> bool:
4848

4949
timestamp = _MutableTimestamp(datetime.today())
5050
timestamp_utc = _MutableTimestamp(datetime.now(timezone.utc))
51-
prowler_version = "5.25.2"
51+
prowler_version = "5.25.3"
5252
html_logo_url = "https://github.com/prowler-cloud/prowler/"
5353
square_logo_img = "https://raw.githubusercontent.com/prowler-cloud/prowler/dc7d2d5aeb92fdf12e8604f42ef6472cd3e8e889/docs/img/prowler-logo-black.png"
5454
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ maintainers = [{name = "Prowler Engineering", email = "engineering@prowler.com"}
9595
name = "prowler"
9696
readme = "README.md"
9797
requires-python = ">=3.10,<3.13"
98-
version = "5.25.2"
98+
version = "5.25.3"
9999

100100
[project.scripts]
101101
prowler = "prowler.__main__:prowler"

0 commit comments

Comments
 (0)