MuleSoft Certified Developer – Level 1 — Question 63
According to Semantic Versioning, which version would you change for incompatible API changes?
Answer options
- A. MINOR
- B. PATCH
- C. MAJOR
- D. No change
Correct answer: C
Explanation
The correct answer is C, as Semantic Versioning specifies that incompatible API changes necessitate a change in the MAJOR version number. MINOR and PATCH versions are reserved for backward-compatible functionality and bug fixes, respectively, while 'No change' would not reflect the necessary updates for breaking changes.