I recently started to work with yii, where can i find the yii version of my yii app?
Add following line after require_once ($yii); in the index file
echo Yii::getVersion();