mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
This commit improves the version parser to handle qualifiers that are separated by either a `.` or a `-`. This makes the parsing of `1.2.0-RC1` or `2020.0.0-M1` possible. Closes gh-1083