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