revsys/vinnie

Vinnie parsed incrementing integers incorrectly as strings for comparison

frankwiles opened this issue · 0 comments

This would cause a repo to still think the next version was v10 when v10 and even v11 existed due to how the strings worked out. Fixed to always cast them to integers first.