release version 2.0.29

This commit is contained in:
Alexander Makarov
2019-10-22 16:47:14 +03:00
parent 40fff67aa4
commit 0df43397ba
3 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.29-dev';
return '2.0.29';
}
/**