Skip to content

Commit bf6b7ae

Browse files
committed
Bump version
1 parent 731bbd2 commit bf6b7ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.13.1 (2024-XX-XX)
1+
# 3.14.0 (2024-XX-XX)
22

33
* Add the possibility to reset globals via `Environment::resetGlobals()`
44
* Deprecate `Environment::mergeGlobals()`

src/Environment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
*/
4444
class Environment
4545
{
46-
public const VERSION = '3.13.1-DEV';
47-
public const VERSION_ID = 31301;
46+
public const VERSION = '3.14.0-DEV';
47+
public const VERSION_ID = 31400;
4848
public const MAJOR_VERSION = 3;
49-
public const MINOR_VERSION = 13;
50-
public const RELEASE_VERSION = 1;
49+
public const MINOR_VERSION = 14;
50+
public const RELEASE_VERSION = 0;
5151
public const EXTRA_VERSION = 'DEV';
5252

5353
private $charset;

0 commit comments

Comments
 (0)