prepare for next release

This commit is contained in:
Alexander Makarov
2021-08-09 20:39:11 +03:00
parent 540a9011af
commit 43f6a79e55
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,6 +1,12 @@
Yii Framework 2 Change Log
==========================
2.0.44 under development
------------------------
- no changes in this release.
2.0.43 August 09, 2021
----------------------