Skip to content

Commit

Permalink
Prepare the 2.15.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 28, 2022
1 parent fc18c2e commit ab40267
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.15.3-DEV';
public const VERSION = '2.15.3';
public const VERSION_ID = 21503;
public const MAJOR_VERSION = 2;
public const MINOR_VERSION = 15;
public const RELEASE_VERSION = 3;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';

private $charset;
private $loader;
Expand Down

0 comments on commit ab40267

Please sign in to comment.