version

version Variable: Scheduler's release version.

string build.version

Description

version is provided as a URI and three part release number. The Scheduler release number follows the traditional major, minor, and bug fix format.

  • The major value denotes significant changes, such as architectural modifications.
  • The minor value denotes new features or improvements.
  • The bug fix value denotes bug fixes only.

Before presenting version, we recommend removing all but the final component of the URI. The URI is a reverse domain name styled string.

  • (product URI) v(major).(minor).(bug fix)
  • uk.co.dssw.powermanager.pmd v4.0.0
  • uk.co.dssw.powermanager.pnmd v4.0.0