Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 12, 2024
1 parent 677ef8d commit 77376c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
*/
class Environment
{
public const VERSION = '3.17.1';
public const VERSION_ID = 31701;
public const VERSION = '3.17.2-DEV';
public const VERSION_ID = 31702;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 17;
public const RELEASE_VERSION = 1;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 2;
public const EXTRA_VERSION = 'DEV';

private $charset;
private $loader;
Expand Down

0 comments on commit 77376c9

Please sign in to comment.