The getReleaseVersion Method

The getReleaseVersion method returns version information about the current release of this microagent. The version comprises a major, minor, and update number separated by periods (for example, 3.1.1). Both a string representation of the version (Version) and an integer representation of the major, minor, and update components of the version (Major, Minor, and Update, respectively) is returned.

Type

Synchronous, IMPACT_INFO.

Arguments

None

Returns

Name Type Description
Name String Name of the binary
Version String Version number
Date String Version date
Major Integer Release version major number
Minor Integer Release version minor number
Update Integer Release version update number