You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this check meant to be case (3, minor) if minor == 4 && patch.exists(_ >= "2") || minor > 4 => true as it will fail for 3.5.0 but pass for 3.5.2
The text was updated successfully, but these errors were encountered:
I think this check meant to be case
(3, minor) if minor == 4 && patch.exists(_ >= "2") || minor > 4 => true
as it will fail for 3.5.0 but pass for 3.5.2The text was updated successfully, but these errors were encountered: