Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 12, 2022
1 parent 3e43405 commit 48fba37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
# 2.15.3 (2022-XX-XX)

* n/a

# 2.15.2 (2022-08-12)

* Allow inherited magic method to still run with calling class
Expand Down
8 changes: 4 additions & 4 deletions src/Environment.php
Expand Up @@ -38,12 +38,12 @@
*/
class Environment
{
public const VERSION = '2.15.2';
public const VERSION_ID = 21502;
public const VERSION = '2.15.3-DEV';
public const VERSION_ID = 21503;
public const MAJOR_VERSION = 2;
public const MINOR_VERSION = 15;
public const RELEASE_VERSION = 2;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 3;
public const EXTRA_VERSION = 'DEV';

private $charset;
private $loader;
Expand Down

0 comments on commit 48fba37

Please sign in to comment.