Skip to content

Commit

Permalink
Update AnalyzerManager
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Sep 26, 2024
1 parent be39e19 commit 00784d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jas/analyzermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
ApplicabilityFeatureId = "contextual_analysis"
AnalyzerManagerZipName = "analyzerManager.zip"
defaultAnalyzerManagerVersion = "1.9.1"
defaultAnalyzerManagerVersion = "1.9.2"
analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1"
analyzerManagerDirName = "analyzerManager"
analyzerManagerExecutableName = "analyzerManager"
Expand Down

0 comments on commit 00784d8

Please sign in to comment.