Skip to content

Commit 8689ef6

Browse files
authored
Support Linux ARM - Am version 1.11.1 (#217)
1 parent 3e0a6a7 commit 8689ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jas/analyzermanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
ApplicabilityFeatureId = "contextual_analysis"
2626
AnalyzerManagerZipName = "analyzerManager.zip"
27-
defaultAnalyzerManagerVersion = "1.10.2"
27+
defaultAnalyzerManagerVersion = "1.11.1"
2828
analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1"
2929
analyzerManagerDirName = "analyzerManager"
3030
analyzerManagerExecutableName = "analyzerManager"

0 commit comments

Comments
 (0)