Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69f8d40

Browse files
committed
Bump version
1 parent d4f8c2b commit 69f8d40

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.20.0 (2025-XX-XX)
2+
3+
* n/a
4+
15
# 3.19.0 (2025-01-28)
26

37
* Fix a security issue where escaping was missing when using `??`

src/Environment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
*/
4545
class Environment
4646
{
47-
public const VERSION = '3.19.0';
48-
public const VERSION_ID = 31900;
47+
public const VERSION = '3.20.0-DEV';
48+
public const VERSION_ID = 32000;
4949
public const MAJOR_VERSION = 3;
50-
public const MINOR_VERSION = 19;
50+
public const MINOR_VERSION = 20;
5151
public const RELEASE_VERSION = 0;
52-
public const EXTRA_VERSION = '';
52+
public const EXTRA_VERSION = 'DEV';
5353

5454
private $charset;
5555
private $loader;

0 commit comments

Comments
 (0)