Skip to content

Commit

Permalink
prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizley committed Aug 29, 2023
1 parent 98008bf commit f3d608c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BaseYii.php
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.49';
return '2.0.50-dev';
}

/**
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -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
----------------------

Expand Down

0 comments on commit f3d608c

Please sign in to comment.