From 3c160ddbd40a0b506b4d49eba8139f0d07d7ce6a Mon Sep 17 00:00:00 2001 From: Elazar Broad Date: Thu, 5 Nov 2020 13:35:45 -0500 Subject: [PATCH] 4.6 Release --- README | 2 +- hxtool_vars.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index ac92cf3..82cbd38 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ HXTool is a web-based, standalone tool that can be used with FireEye Endpoint Se HXTool provides additional features not directly available in the product by leveraging FireEye Endpoint Security's rich API. ### Version ### -4.6-pre +4.6 ### Installation ### To install HXTool: diff --git a/hxtool_vars.py b/hxtool_vars.py index 2397018..0a026f0 100644 --- a/hxtool_vars.py +++ b/hxtool_vars.py @@ -5,7 +5,7 @@ default_encoding = 'utf-8' HXTOOL_API_VERSION = 1 -__version__ = "4.6-pre" +__version__ = "4.6" hxtool_schema_version = 40 data_path = "data" log_path = "log"