@description: 版本号累加 @author: wuxh @Date: 2021-08-24 11:19:07
: string
string @example: versionCount('0.0.1') => '0.0.2' versionCount('0.2.9') => '0.3.0' versionCount('0.2.9.1') => '0.2.9.2'
@description: 版本号累加 @author: wuxh @Date: 2021-08-24 11:19:07