Skip to content

Commit

Permalink
Prepare the 2.14.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 4, 2022
1 parent 22b9dc3 commit 66baa66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
*/
class Environment
{
public const VERSION = '2.14.11-DEV';
public const VERSION = '2.14.11';
public const VERSION_ID = 21411;
public const MAJOR_VERSION = 2;
public const MINOR_VERSION = 14;
public const RELEASE_VERSION = 11;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';

private $charset;
private $loader;
Expand Down

0 comments on commit 66baa66

Please sign in to comment.