prepare for next release

This commit is contained in:
Alexander Makarov
2019-09-18 16:04:37 +03:00
parent 940eb363ab
commit fdbe45af3a
2 changed files with 7 additions and 1 deletions

View File

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