Value minor
let ApiVersion.minor: Int
The minor component of the API version (e.g., 2 in 1.2.
The minor component increase usually indicates that some new API is added or deprecated, but not removed.
It means plugins written for the API version 1.2 compatible with Marta bundling the API version 1.3.
However, Marta bunding the API version 1.2 will not load plugins written for 1.3.