mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
This commit clarifies that Version now handles two different formats, the original one (flagged V1) and a SemVer compliant format (flagged V2). Both Version and VersionRange can switch from one format to the other to produce backward compatible content. See gh-1092