diff --git a/VERSION b/VERSION index 27d68a6a..3f015616 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.52.1 +0.52.2 diff --git a/panther_analysis_tool/constants.py b/panther_analysis_tool/constants.py index ce462c5c..a16c539c 100644 --- a/panther_analysis_tool/constants.py +++ b/panther_analysis_tool/constants.py @@ -19,7 +19,7 @@ PACKAGE_NAME: Final = "panther_analysis_tool" -VERSION_STRING: Final = "0.52.1" +VERSION_STRING: Final = "0.52.2" CONFIG_FILE = ".panther_settings.yml" DATA_MODEL_LOCATION = "./data_models"