From 15867d3ef6f44c5a40191ab56f1d6a30c5d24cc7 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Mon, 8 Aug 2022 16:24:03 -0400 Subject: [PATCH] fix(version): Update version to beta (#1327) --- config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.py b/config/config.py index 4b9e1213..d354ebe2 100644 --- a/config/config.py +++ b/config/config.py @@ -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"