Skip to content

Commit

Permalink
Prepare the 3.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 7, 2024
1 parent fe9e0d0 commit 0b6f9d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
*/
class Environment
{
public const VERSION = '3.14.1';
public const VERSION_ID = 31401;
public const VERSION = '3.14.2';
public const VERSION_ID = 31402;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 14;
public const RELEASE_VERSION = 1;
public const RELEASE_VERSION = 2;
public const EXTRA_VERSION = '';

private $charset;
Expand Down

0 comments on commit 0b6f9d8

Please sign in to comment.