Skip to content

Commit

Permalink
Update analyzer-manage to version 1.6.3 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
orto17 committed Dec 20, 2023
1 parent 4ce98dc commit 29c600b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scanLogic/scanRunners/analyzerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Translators } from '../../utils/translators';
* Analyzer manager is responsible for running the analyzer on the workspace.
*/
export class AnalyzerManager {
public static readonly ANALYZER_MANAGER_VERSION: string = '1.6.2';
public static readonly ANALYZER_MANAGER_VERSION: string = '1.6.3';
private static readonly RELATIVE_DOWNLOAD_URL: string = '/xsc-gen-exe-analyzer-manager-local/v1';
private static readonly BINARY_NAME: string = 'analyzerManager';
public static readonly ANALYZER_MANAGER_PATH: string = Utils.addWinSuffixIfNeeded(
Expand Down

0 comments on commit 29c600b

Please sign in to comment.