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
Useful for comparing dot separated version numbers like these:
3
3.10
3.10.1
Needs quite a bit of logic to handle some corner cases correctly:
3.1.4 != 3.14
2.7.0 == 2.7
9.9.9 < 9.99
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
0 commit comments