getReleaseVersion Method Purpose This method (on all platforms) returns version information about the current release of this microagent. The version is comprised of 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, 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