at the moment, getVersion only recognizes version strings made of decimal numbers and dots.
Arbitrary version strings should be supported, or at least version strings that are formated according to semver (which basically boils down to "arbitrary", because 1.0.0-beta+exp.sha.5114f85 would be a valid version).
at the moment, getVersion only recognizes version strings made of decimal numbers and dots.
Arbitrary version strings should be supported, or at least version strings that are formated according to semver (which basically boils down to "arbitrary", because
1.0.0-beta+exp.sha.5114f85would be a valid version).