Takes an input range of version strings and returns the index of the "best" version.
"Best" version in this case means the highest released version. Numbered versions will be preferred over branch names.
See Implementation
Takes an input range of version strings and returns the index of the "best" version.
"Best" version in this case means the highest released version. Numbered versions will be preferred over branch names.