Skip to content

Commit

Permalink
Merge pull request #323 from symflower/symflower-version-39005
Browse files Browse the repository at this point in the history
Use new Symflower version which reduces error output of the "fix" command
  • Loading branch information
zimmski authored Aug 20, 2024
2 parents 7d55baa + a8ece50 commit f2178cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/symflower.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (*symflower) CheckVersion(logger *log.Logger, binaryPath string) (err error
}

// SymflowerVersionRequired holds the version of Symflower required for this revision of the evaluation.
const SymflowerVersionRequired = "38853"
const SymflowerVersionRequired = "39005"

// RequiredVersion returns the required version of the tool.
func (*symflower) RequiredVersion() string {
Expand Down

0 comments on commit f2178cb

Please sign in to comment.