- Fixed the code to detect whether the filename includes a version number that looks like an extension. If the filename ended with the version, like
foo-1.2.3
, then this was not handled properly. It only worked if there something after the version as well, likefoo-1.2.3-linux-amd64
. Based on a bug report by @FelisNivalis. GH #77.