fix(version): Update version to beta (#1327)

This commit is contained in:
Sergio Garcia
2022-08-08 16:24:03 -04:00
committed by GitHub
parent 5abd7817af
commit 15867d3ef6

View File

@@ -3,7 +3,7 @@ from os import getcwd
timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "3.0-alpha"
prowler_version = "3.0-beta-08Aug2022"
# Groups
groups_file = "groups.json"