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"