yii\BaseYii::getVersion PHP Method

getVersion() public static method

Returns a string representing the current version of the Yii framework.
public static getVersion ( ) : string
return string the version of Yii framework
    public static function getVersion()
    {
        return '2.0.11-dev';
    }