Skip to content

Commit

Permalink
Prepare the 3.11.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 7, 2024
1 parent dbd734a commit 3b06600
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.11.2';
public const VERSION_ID = 301102;
public const VERSION = '3.11.3';
public const VERSION_ID = 301103;
public const MAJOR_VERSION = 4;
public const MINOR_VERSION = 11;
public const RELEASE_VERSION = 2;
public const RELEASE_VERSION = 3;
public const EXTRA_VERSION = '';

private $charset;
Expand Down

0 comments on commit 3b06600

Please sign in to comment.