Skip to content

Commit

Permalink
release version 2.0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Mar 4, 2021
1 parent 6182284 commit 5fbd28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.42-dev';
return '2.0.41.1';
}

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

2.0.41.1 under development
------------------------
2.0.41.1 March 04, 2021
-----------------------

- Bug #18545: Reversed changes made to the `yii\db\Query::all()` and `indexBy` handling (bizley)
- Bug #18548: Fix bug with REST rules with prefixes containing tokens not being parsed properly (bizley)
Expand Down

0 comments on commit 5fbd28e

Please sign in to comment.