Skip to content

Commit 57a2f85

Browse files
committed
Bump version
1 parent 2a52ec2 commit 57a2f85

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.21.2 (2025-XX-XX)
1+
# 3.22.0 (2025-XX-XX)
22

33
* n/a
44

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.21.2-DEV';
47-
public const VERSION_ID = 32102;
46+
public const VERSION = '3.22.0-DEV';
47+
public const VERSION_ID = 32200;
4848
public const MAJOR_VERSION = 3;
49-
public const MINOR_VERSION = 21;
50-
public const RELEASE_VERSION = 2;
49+
public const MINOR_VERSION = 22;
50+
public const RELEASE_VERSION = 0;
5151
public const EXTRA_VERSION = 'DEV';
5252

5353
private $charset;

0 commit comments

Comments
 (0)