Skip to content

Commit 66baa66

Browse files
committed
Prepare the 2.14.11 release
1 parent 22b9dc3 commit 66baa66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Environment.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
*/
3939
class Environment
4040
{
41-
public const VERSION = '2.14.11-DEV';
41+
public const VERSION = '2.14.11';
4242
public const VERSION_ID = 21411;
4343
public const MAJOR_VERSION = 2;
4444
public const MINOR_VERSION = 14;
4545
public const RELEASE_VERSION = 11;
46-
public const EXTRA_VERSION = 'DEV';
46+
public const EXTRA_VERSION = '';
4747

4848
private $charset;
4949
private $loader;

0 commit comments

Comments
 (0)