We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1f2c6 commit 290e03cCopy full SHA for 290e03c
framework/BaseYii.php
@@ -93,7 +93,7 @@ class BaseYii
93
*/
94
public static function getVersion()
95
{
96
- return '2.0.49.1';
+ return '2.0.50-dev';
97
}
98
99
/**
framework/CHANGELOG.md
@@ -1,6 +1,12 @@
1
Yii Framework 2 Change Log
2
==========================
3
4
+2.0.50 under development
5
+------------------------
6
+
7
+- no changes in this release.
8
9
10
2.0.49.1 October 05, 2023
11
-------------------------
12
0 commit comments