incrementSemanticVer
incrementSemanticVer(semanticVer: String): String typeMethod;
The incrementSemanticVer method of the JadeOpenAPIGenerator class takes the version number in semantic versioning format specified in the semanticVer parameter and returns a string representing the next version; that is, a version number in semantic versioning format with the patch number incremented by one (1).
If the string specified in the semanticVer parameter is not a semantic version, this method returns the parameter as an unchanged string.
2020.0.02 and higher