Skip to content

Commit 0b6f9d8

Browse files
committed
Prepare the 3.14.2 release
1 parent fe9e0d0 commit 0b6f9d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Environment.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
*/
4444
class Environment
4545
{
46-
public const VERSION = '3.14.1';
47-
public const VERSION_ID = 31401;
46+
public const VERSION = '3.14.2';
47+
public const VERSION_ID = 31402;
4848
public const MAJOR_VERSION = 3;
4949
public const MINOR_VERSION = 14;
50-
public const RELEASE_VERSION = 1;
50+
public const RELEASE_VERSION = 2;
5151
public const EXTRA_VERSION = '';
5252

5353
private $charset;

0 commit comments

Comments
 (0)