nerdexam
Microsoft

PL-400 · Question #19

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?

The correct answer is A. 10.0.3.1. Power Platform solution version numbers follow a Major.Minor.Build.Revision format. The current version is 10.0.2.1. For a bug fix, the Build segment (third number) should be incremented, giving version 10.0.3.1. This correctly signals a patch-level change. Option B (10.0.2.2)…

Submitted by tarun92· Apr 18, 2026

Question

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?

Options

  • A10.0.3.1
  • B10.0.2.2
  • C10.1.0.2
  • D11.0.0

How the community answered

(32 responses)
  • A
    84% (27)
  • B
    3% (1)
  • C
    3% (1)
  • D
    9% (3)

Explanation

Power Platform solution version numbers follow a Major.Minor.Build.Revision format. The current version is 10.0.2.1. For a bug fix, the Build segment (third number) should be incremented, giving version 10.0.3.1. This correctly signals a patch-level change. Option B (10.0.2.2) increments the Revision, which is typically used for even smaller incremental updates (hot fixes). Option C (10.1.0.2) increments the Minor version, appropriate for new features. Option D (11.0.0) increments the Major version, appropriate for major redesigns or breaking changes. Since a bug fix is a Build-level change, 10.0.3.1 is the correct next version.

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice