mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +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