Returns true if this version is less than other.
true
other
bool operator <(Version other) => !(this > other) && this != other;