MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Version::getVersion PHP Method

getVersion() public method

Get Module version number
public getVersion ( ) : string
return string
    public function getVersion()
    {
        $moduleInfo = $this->_moduleList->getOne($this->getModuleName());
        return $moduleInfo['setup_version'];
    }