Skip to content

Commit ad63740

Browse files
committed
Prepare the 2.15.6 release
1 parent a41a0e7 commit ad63740

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.6-DEV';
41+
public const VERSION = '2.15.6';
4242
public const VERSION_ID = 21506;
4343
public const MAJOR_VERSION = 2;
4444
public const MINOR_VERSION = 15;
4545
public const RELEASE_VERSION = 6;
46-
public const EXTRA_VERSION = 'DEV';
46+
public const EXTRA_VERSION = '';
4747

4848
private $charset;
4949
private $loader;

0 commit comments

Comments
 (0)