fishworks / gofish

Keep your fish fresh! :tropical_fish:
https://gofi.sh
Apache License 2.0
811 stars 64 forks source link

Sort by SemVer before getting the latest version #183

Closed mouchar closed 3 years ago

mouchar commented 3 years ago

vs contains alphabetically sorted versions (it's generated from ioutil.ReadDir) so e.g. 0.9.0 appears to be greater than 0.13.4 (particular case for flux fish food at the moment). semver.Collection implements sort interface so we can get the latest version easily.