getReleaseVersion

This method returns version information about the current release of this microagent. The version consists of a major, minor, and update number separated by periods (for example, 1.1.0). 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 which implements this microagent

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