🌐 AI搜索 & 代理 主页
Skip to content

Commit ab40267

Browse files
committed
Prepare the 2.15.3 release
1 parent fc18c2e commit ab40267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
*/
3939
class Environment
4040
{
41-
public const VERSION = '2.15.3-DEV';
41+
public const VERSION = '2.15.3';
4242
public const VERSION_ID = 21503;
4343
public const MAJOR_VERSION = 2;
4444
public const MINOR_VERSION = 15;
4545
public const RELEASE_VERSION = 3;
46-
public const EXTRA_VERSION = 'DEV';
46+
public const EXTRA_VERSION = '';
4747

4848
private $charset;
4949
private $loader;

0 commit comments

Comments
 (0)