Skip to content

fix: minimum version check

This updates the number checking for minimum versions by not using floatin point checks.

We split the string out into an array of integers and compare them one at a time using every

Related to #359 (closed)

Edited by Tomas Vik

Merge request reports