/** * Retrieve the current browser's version. * * @return string The current browser's version. * * @since 1.7.0 */ public function getVersion() { return $this->majorVersion . '.' . $this->minorVersion; }