From f58e5b37b57657624de3dac59c6806f63d866c0c Mon Sep 17 00:00:00 2001 From: Or Toren <129293360+orto17@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:03:01 +0200 Subject: [PATCH] Upgraded analyzer manager to version 1.6.0 (#1068) --- xray/utils/analyzermanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xray/utils/analyzermanager.go b/xray/utils/analyzermanager.go index 032318bef..6defccdb3 100644 --- a/xray/utils/analyzermanager.go +++ b/xray/utils/analyzermanager.go @@ -20,7 +20,7 @@ const ( EntitlementsMinVersion = "3.66.5" ApplicabilityFeatureId = "contextual_analysis" AnalyzerManagerZipName = "analyzerManager.zip" - defaultAnalyzerManagerVersion = "1.4.0.2021123" + defaultAnalyzerManagerVersion = "1.6.0" analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1" analyzerManagerDirName = "analyzerManager" analyzerManagerExecutableName = "analyzerManager"