We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b9dc3 commit 66baa66Copy full SHA for 66baa66
src/Environment.php
@@ -38,12 +38,12 @@
38
*/
39
class Environment
40
{
41
- public const VERSION = '2.14.11-DEV';
+ public const VERSION = '2.14.11';
42
public const VERSION_ID = 21411;
43
public const MAJOR_VERSION = 2;
44
public const MINOR_VERSION = 14;
45
public const RELEASE_VERSION = 11;
46
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
47
48
private $charset;
49
private $loader;
0 commit comments