Microsoft Power Platform Developer — Question 1
You fix a bug in the code of your application, which is currently on version 10.0.2.1.
You need to publish an updated version of the solution.
Which version identifier should you use?
Answer options
- A. 10.0.3.1
- B. 10.0.2.2
- C. 10.1.0.2
- D. 11.0.0
Correct answer: B
Explanation
The correct answer is B, as incrementing the last digit indicates a minor patch or bug fix in semantic versioning. Option A suggests a minor version increase, which is not accurate for a bug fix. Option C indicates a major version change, while option D implies a complete overhaul of versioning, both of which are inappropriate for a simple bug fix.