Skip to content

Commit

Permalink
Prepare the 3.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 12, 2024
1 parent 243f5f5 commit 677ef8d
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 @@ -44,12 +44,12 @@
*/
class Environment
{
public const VERSION = '3.17.1-DEV';
public const VERSION = '3.17.1';
public const VERSION_ID = 31701;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 17;
public const RELEASE_VERSION = 1;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';

private $charset;
private $loader;
Expand Down

0 comments on commit 677ef8d

Please sign in to comment.