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
version number 3.0.1.rc1 is bigger than 3.0.1 official release,
so we should use ~ for it
$ dpkg --compare-versions 3.0.1.rc1 gt 3.0.1
$ echo $?
0
gt means "greater than"
0 commit comments