prepare for next release

This commit is contained in:
Alexander Makarov
2019-07-16 22:44:27 +03:00
parent 4d02666b9e
commit ce0c64a2ec
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,6 +1,12 @@
Yii Framework 2 Change Log Yii Framework 2 Change Log
========================== ==========================
2.0.24 under development
------------------------
- no changes in this release.
2.0.23 July 16, 2019 2.0.23 July 16, 2019
-------------------- --------------------