Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 23, 2024
1 parent cd611c1 commit 74aff6b
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.15.1 (2024-XX-XX)
# 3.16.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.15.1-DEV';
public const VERSION_ID = 31501;
public const VERSION = '3.16.0-DEV';
public const VERSION_ID = 31600;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 15;
public const RELEASE_VERSION = 1;
public const MINOR_VERSION = 16;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';

private $charset;
Expand Down

0 comments on commit 74aff6b

Please sign in to comment.