Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 18, 2024
1 parent 918f52e commit c72b504
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3.17.2 (2024-XX-XX)
# 3.18.0 (2024-XX-XX)

* n/a

Expand Down
8 changes: 4 additions & 4 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
*/
class Environment
{
public const VERSION = '3.17.2-DEV';
public const VERSION_ID = 31702;
public const VERSION = '3.18.0-DEV';
public const VERSION_ID = 31800;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 17;
public const RELEASE_VERSION = 2;
public const MINOR_VERSION = 18;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';

private $charset;
Expand Down

0 comments on commit c72b504

Please sign in to comment.