We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9e0d0 commit 0b6f9d8Copy full SHA for 0b6f9d8
src/Environment.php
@@ -43,11 +43,11 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.14.1';
47
- public const VERSION_ID = 31401;
+ public const VERSION = '3.14.2';
+ public const VERSION_ID = 31402;
48
public const MAJOR_VERSION = 3;
49
public const MINOR_VERSION = 14;
50
- public const RELEASE_VERSION = 1;
+ public const RELEASE_VERSION = 2;
51
public const EXTRA_VERSION = '';
52
53
private $charset;
0 commit comments