Skip to content

Commit

Permalink
release version 2.0.49.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bizley committed Oct 31, 2023
1 parent 62abb67 commit b4045ba
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.49.2';
return '2.0.49.3';
}

/**
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.49.3 under development
--------------------------
2.0.49.3 October 31, 2023
-------------------------

- Bug #20041: Revert MaskedInput package update (bizley)

Expand Down

0 comments on commit b4045ba

Please sign in to comment.