This is a legacy guide for Power Manager v4, published 2010 – 2019, and is provided for reference only.
The latest guide is for Power Manager v5.10.4.

Scripting the Build Details

Example 8.1. Power Manager Version

Get Power Manager’s version details. i.e. uk.co.dssw.powermanager.pmd v4.0.0

tell application "Power Manager"
    set myVersion to version of Build
end tell