The version number gives an opinion, if the version number is x.y.z, when x is increased, it represents the version of the new architecture. When y is increased, it means that it is incompatible with the y version before it needs to be upgraded by script or other manual processing. When the z increase represents a bug fix, the upgrade is fully compatible. No additional processing is required. Currently, the 1.0.2 upgrade is not compatible with 1.0.1 and requires an upgrade script. According to the specification, it should be 1.1.0. This standardizes and is more user friendly.
版本号提个意见,假如版本号为x.y.z , 当x增加时代表全新架构的版本。当y增加时代表与y版本之前的不兼容需要升级脚本或其他人工处理才能升级。当z增加代表是bug修复,升级完全兼容。无需额外处理。目前,1.0.2的升级就不兼容1.0.1需要升级脚本。按规范就应该到1.1.0了。这样规范一下,对用户比较友好。