prepare for next release

This commit is contained in:
Bizley
2023-08-29 15:36:45 +02:00
parent 0f7248c7a2
commit a2ee22044c
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,6 +1,12 @@
Yii Framework 2 Change Log
==========================
2.0.50 under development
------------------------
- no changes in this release.
2.0.49 August 29, 2023
----------------------