Skip to content

Commit

Permalink
chore(release): 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 23, 2023
1 parent 849b703 commit bffe2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prowler/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "3.2.1"
prowler_version = "3.2.2"
html_logo_url = "https://github.com/prowler-cloud/prowler/"
html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [
{include = "prowler"}
]
readme = "README.md"
version = "3.2.1"
version = "3.2.2"

[tool.poetry.dependencies]
alive-progress = "2.4.1"
Expand Down

0 comments on commit bffe2a2

Please sign in to comment.