Skip to content

Commit 290e03c

Browse files
committed
prepare for next release
1 parent 4a1f2c6 commit 290e03c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

framework/BaseYii.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class BaseYii
9393
*/
9494
public static function getVersion()
9595
{
96-
return '2.0.49.1';
96+
return '2.0.50-dev';
9797
}
9898

9999
/**

framework/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Yii Framework 2 Change Log
22
==========================
33

4+
2.0.50 under development
5+
------------------------
6+
7+
- no changes in this release.
8+
9+
410
2.0.49.1 October 05, 2023
511
-------------------------
612

0 commit comments

Comments
 (0)