Skip to content

Commit

Permalink
prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed May 30, 2024
1 parent 52e4a3e commit 6b1591b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.50';
return '2.0.51-dev';
}

/**
Expand Down
6 changes: 6 additions & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Yii Framework 2 Change Log
==========================

2.0.51 under development
------------------------

- no changes in this release.


2.0.50 May 30, 2024
-------------------

Expand Down

0 comments on commit 6b1591b

Please sign in to comment.