Closed francislavoie closed 7 years ago
The regex was only reading the first digit of the version... if the version was 10, then it failed to work because that's two digits.
@francislavoie Thanks for the PR :)
The regex was only reading the first digit of the version... if the version was 10, then it failed to work because that's two digits.