Skip to content

Commit

Permalink
Fix compatibility checker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenert committed Jan 17, 2025
1 parent dee716e commit 4845ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ final _patrolCliVersionRange = [
),
VersionRange(
min: Version.parse('3.4.1'),
max: Version.parse('3.4.2'),
max: Version.parse('3.4.1'),
),
VersionRange(
min: Version.parse('3.5.0'),
Expand Down

0 comments on commit 4845ce0

Please sign in to comment.